| FakeClassStructureInfoT Class |
Namespace: CMS.Tests
The FakeClassStructureInfoT type exposes the following members.
| Name | Description | |
|---|---|---|
| FakeClassStructureInfoT |
Constructor
|
| Name | Description | |
|---|---|---|
| NestedClasses |
Nested class structures
(Inherited from FakeClassStructureInfo.) |
| Name | Description | |
|---|---|---|
| BinaryColumns |
List of binary column names
(Inherited from ClassStructureInfo.) | |
| ClassName |
Class name.
(Inherited from FakeClassStructureInfo.) | |
| ClassType |
Class type
(Inherited from FakeClassStructureInfo.) | |
| ColumnDefinitions |
Column definitions.
(Inherited from ClassStructureInfo.) | |
| ColumnIndexes |
Column indexes dictionary [columnName] -> [columnIndex]
(Inherited from ClassStructureInfo.) | |
| ColumnNames |
Column names.
(Inherited from ClassStructureInfo.) | |
| ColumnsCount |
Columns count.
(Inherited from ClassStructureInfo.) | |
| GetFromParentType | (Inherited from FakeClassStructureInfo.) | |
| HasBinaryColumns |
Returns true if this class has some binary columns
(Inherited from ClassStructureInfo.) | |
| IDColumn |
ID column name.
(Inherited from FakeClassStructureInfo.) | |
| StringColumns |
List of string column names
(Inherited from ClassStructureInfo.) | |
| TableName |
Table name
(Inherited from ClassStructureInfo.) |
| Name | Description | |
|---|---|---|
| AddNestedClass |
Adds the nested class to this class structure info
(Inherited from FakeClassStructureInfo.) | |
| ContainsColumn |
Returns true if the data class has the specified column.
(Inherited from ClassStructureInfo.) | |
| ConvertDataToParams |
Returns the object data converted to the query parameters.
(Inherited from ClassStructureInfo.) | |
| GetColumnIndex |
Gets the column index.
(Inherited from ClassStructureInfo.) | |
| GetColumns(Type) |
Gets the list of columns of the given type
(Inherited from ClassStructureInfo.) | |
| GetColumnsT | Obsolete.
Gets the list of columns of the given type
(Inherited from ClassStructureInfo.) | |
| GetColumnType |
Gets the column type.
(Inherited from ClassStructureInfo.) | |
| GetNewData |
Gets new data array for object of the given class.
(Inherited from ClassStructureInfo.) | |
| GetNewDataSet |
Gets new data structure for class data as a DataSet.
(Inherited from FakeClassStructureInfo.) | |
| GetObjectData |
Object serialization.
(Inherited from ClassStructureInfo.) | |
| GetXmlSchema |
Gets the XML schema of the DataSet represented by this structure
(Inherited from ClassStructureInfo.) | |
| CheckComplete |
Checks whether the given data is complete (has all columns set to some value).
(Inherited from ClassStructureInfo.) | |
| IncludeColumns |
Includes the columns from the given type
(Inherited from FakeClassStructureInfo.) | |
| InitCollections |
Initializes the inner collections for structure
(Inherited from ClassStructureInfo.) | |
| RegisterColumn |
Registers the given column within the structure info
(Inherited from ClassStructureInfo.) | |
| SetAllMissing |
Sets all the items in the data to missing values.
(Inherited from ClassStructureInfo.) |