![]() |
W Namespace |
[Missing <summary> documentation for "N:W"]

Class | Description | |
---|---|---|
![]() | ArrayMethods |
Methods to peek and modify arrays
|
![]() | AsExtensions |
Extensions which convert objects of one type to another
|
![]() | CallResult |
A non-generic return value for a function. CallResult encapsulates a success/failure and an exception.
|
![]() | CallResultTResult | Generic class to be used as a return value. CallResult encapsulates a success/failure, an exception and a return value. |
![]() | ConsoleStringExtensions |
Extension methods related to the Console
|
![]() | EventTemplateTSender |
Wraps the functionality of delegate, event and RaiseXXX into a single class
|
![]() | EventTemplateTSender, Arg1 |
Wraps the functionality of delegate, event and RaiseXXX into a single class
|
![]() | EventTemplateTSender, Arg1, Arg2 |
Wraps the functionality of delegate, event and RaiseXXX into a single class
|
![]() | EventTemplateTSender, Arg1, Arg2, Arg3 |
Wraps the functionality of delegate, event and RaiseXXX into a single class
|
![]() | EventTemplateTSender, Arg1, Arg2, Arg3, Arg4 |
Wraps the functionality of delegate, event and RaiseXXX into a single class
|
![]() | EventTemplateTSender, Arg1, Arg2, Arg3, Arg4, Arg5 |
Wraps the functionality of delegate, event and RaiseXXX into a single class
|
![]() | FromExtensions |
Extensions which convert objects of one type to another
|
![]() | LockableTValue | Extends LockableSlim with ValueChangedDelegate notification |
![]() | LockableSlimTValue |
Uses ReaderWriterLock to provide thread-safe access to an underlying value
|
![]() | PropertyTValue |
A Property with no owner (self-owned)
|
![]() | PropertyTOwner, TValue |
A generic Property with an owner
|
![]() | PropertyBaseTOwner, TValue | |
![]() | PropertyChangedNotifier | This is a base class for supporting INotifyPropertyChanged |
![]() | PropertyHost | Provides a base class to automate the IsDirty, MarkAsClean and InitializeProperties functionality Note that this class does not support INotifyPropertyChanged and is not intented to host owned properties (though nothing prevents you from doing so) |
![]() | PropertyHostExtensions |
Extension methods related to W.PropertyHost or any class which has multiple W.Property members
|
![]() | PropertyHostNotifier | Provides a base class to automate the IsDirty, MarkAsClean and InitializeProperties functionality Note that this class inherits PropertyChangedNotifier for INotifyPropertyChanged support |
![]() | PropertySlimTValue |
PropertySlim extends W.Lockable by adding support for INotifyPropertyChanged
|

Interface | Description | |
---|---|---|
![]() | IOwnedProperty | Used by PropertyHostMethods.InitializeProperties to find properties on which to set the owner. This interface is not used by self-owned properties. |
![]() | IProperty |
The base interface which Property must support
|
![]() | IPropertyTValue |
The base interface which Property must support
|

Delegate | Description | |
---|---|---|
![]() | ValueChangedDelegateTValue |
Raised when the value has changed
|