ClassStructureInfo Class |
Namespace: CMS.DataEngine
[SerializableAttribute] public class ClassStructureInfo : ISerializable
The ClassStructureInfo type exposes the following members.
Name | Description | |
---|---|---|
ClassStructureInfo |
Constructor.
| |
ClassStructureInfo(SerializationInfo, StreamingContext) |
Constructor for de-serialization.
| |
ClassStructureInfo(String, String, String) |
Constructor.
|
Name | Description | |
---|---|---|
BinaryColumns |
List of binary column names
| |
ClassName |
Class name.
| |
ColumnDefinitions |
Column definitions.
| |
ColumnIndexes |
Column indexes dictionary [columnName] -> [columnIndex]
| |
ColumnNames |
Column names.
| |
ColumnsCount |
Columns count.
| |
HasBinaryColumns |
Returns true if this class has some binary columns
| |
IDColumn |
ID column name(s).
| |
StringColumns |
List of string column names
| |
TableName |
Table name
|
Name | Description | |
---|---|---|
CheckComplete |
Checks whether the given data is complete (has all columns set to some value).
| |
Combine |
Combines class structure definitions to the one
| |
ContainsColumn |
Returns true if the data class has the specified column.
| |
ConvertDataToParams |
Returns the object data converted to the query parameters.
| |
GetClassInfo |
Returns the class info for specified class.
| |
GetColumnIndex |
Gets the column index.
| |
GetColumns(String) |
Gets the columns for the listed class names
| |
GetColumns(Type) |
Gets the list of columns of the given type
| |
GetColumnType |
Gets the column type.
| |
GetNewData |
Gets new data array for object of the given class.
| |
GetNewDataSet |
Gets new data structure for class data as a DataSet.
| |
GetObjectData |
Object serialization.
| |
GetTableIndexes |
Gets underlying database table's indexes. Returns null when information regarding indexes is not available.
| |
GetXmlSchema |
Gets the XML schema of the DataSet represented by this structure
| |
InitCollections |
Initializes the inner collections for structure
| |
RegisterColumn |
Registers the given column within the structure info
| |
Remove |
Removes the specified class structure definition.
| |
SetAllMissing |
Sets all the items in the data to missing values.
|