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