DataDefinition Class |
Namespace: CMS.DataEngine
public class DataDefinition : IStructuredData
The DataDefinition type exposes the following members.
Name | Description | |
---|---|---|
DataDefinition |
Constructor, creates empty not initialized data definition
| |
DataDefinition(String) |
Constructor, creates the form info structure and loads specified form definition.
|
Name | Description | |
---|---|---|
GetFieldsItemType |
Gets the field of the given type
| |
GetXmlElement |
Gets the XML element for the data
| |
LoadField |
Loads the field from the XML node
| |
LoadFromDataStructure |
Loads the data definition from structure of a database table
| |
LoadFromDefinition |
Loads the data definition from XML file
| |
LoadFromXmlElement |
Loads the data from the given XML element
| |
LoadItem |
Loads the item from the XML node
| |
NewFieldDefinition |
Creates a new field definition object
|