FakeClassStructureInfo Class |
Namespace: CMS.Tests
public class FakeClassStructureInfo : ClassStructureInfo
The FakeClassStructureInfo type exposes the following members.
Name | Description | |
---|---|---|
![]() | FakeClassStructureInfo |
Constructor
|
Name | Description | |
---|---|---|
![]() | NestedClasses |
Nested class structures
|
Name | Description | |
---|---|---|
![]() | BinaryColumns |
List of binary column names
(Inherited from ClassStructureInfo.) |
![]() | ClassName |
Class name.
|
![]() | ClassType |
Class type
|
![]() | 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 | |
![]() | HasBinaryColumns |
Returns true if this class has some binary columns
(Inherited from ClassStructureInfo.) |
![]() | IDColumn |
ID column name.
|
![]() | 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
|
![]() | 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.
(Overrides ClassStructureInfoGetNewDataSet.) |
![]() | 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
|
![]() | 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.) |