DataClassFactory Methods |
The DataClassFactory type exposes the following members.
Name | Description | |
---|---|---|
ChangeDefaultDataClassTypeToClassType |
Changes the default data class type to specific class
| |
NewDataClass(String) |
Creates new DataClass of the given type
| |
NewDataClass(ClassStructureInfo) |
Creates new DataClass of the given type
| |
NewDataClass(String, IDataContainer) |
Constructor. Gets a class name and data row. Use it to load an existing item.
| |
NewDataClass(String, DataRow) |
Constructor. Gets a class name and data row. Use it to load an existing item.
| |
NewDataClass(String, Int32) |
Constructor. Gets a class name and parameters for selecting the item. Use it to load an existing item.
|