DataClassFactory NewDataClass Method Kentico 8.1 API Reference
Overload List

  NameDescription
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.
Back to Top
See Also