Click or drag to resize
DataClassFactory Methods

The DataClassFactory type exposes the following members.

Methods
  NameDescription
Public methodStatic memberChangeDefaultDataClassTypeToClassType
Changes the default data class type to specific class
Public methodStatic memberNewDataClass(String)
Creates new DataClass of the given type
Public methodStatic memberNewDataClass(ClassStructureInfo)
Creates new DataClass of the given type
Public methodStatic memberNewDataClass(String, IDataContainer)
Constructor. Gets a class name and data row. Use it to load an existing item.
Public methodStatic memberNewDataClass(String, DataRow)
Constructor. Gets a class name and data row. Use it to load an existing item.
Public methodStatic memberNewDataClass(String, Int32)
Constructor. Gets a class name and parameters for selecting the item. Use it to load an existing item.
Top
See Also