The DataClassFactory type exposes the following members.
Back to Top
Methods
Name | Description | |
---|---|---|
![]() ![]() | CopyClassData |
Copies the data of the DataClass object to another.
|
![]() ![]() | CopyOriginalData |
Copies the original data of the DataClass object to another.
|
![]() ![]() | ChangeDefaultDataClassTypeTo ClassType |
Changes the default data class type to specific class
|
![]() ![]() | LoadClassData(DataRow, IDataClass) |
Loads the data of the DataRow object to the class.
|
![]() ![]() | LoadClassData(IDataContainer, IDataClass) |
Loads the data of the IDataContainer object to the 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.
|
![]() ![]() | ResetDataClassType |
Resets the default data class type to specific class
|
See Also