Class TWithName
- Namespace
- SunamoData.Data
- Assembly
- SunamoData.dll
Factory class for creating TWithNameT instances.
public class TWithName
- Inheritance
-
TWithName
- Inherited Members
- Extension Methods
Methods
Get(string)
Creates a new TWithNameT instance with the specified name and object type.
public static TWithNameT<object> Get(string name)
Parameters
namestringThe name for the instance.
Returns
- TWithNameT<object>
A new TWithNameT<object> instance.