BionicCode.Utilities.Net.Standard.Generic Namespace |
[Missing <summary> documentation for "N:BionicCode.Utilities.Net.Standard.Generic"]
Class | Description | |
---|---|---|
![]() | Factory<TObject> |
Abstract implementation of IFactory<TCreate> that supports lifetime management using FactoryMode.
|
![]() | NullObjectFactory<TObject> |
Implementation of INullObject and IFactory<TCreate>. Used to create an instance of a INullObject where IsNull is set to true by default.
|
![]() | ValueChangedEventArgs<TValue> |
Generic EventArgs implementation that supports value changed information
by holding the old and the new value.
|
![]() | ValueEventArgs<TValue> |
Generic EventArgs implementation that supports to store a value.
|
Interface | Description | |
---|---|---|
![]() | IFactory<TCreate> |
Interface to implement Abstract Factory pattern
|