FakeClassStructureInfo Methods |
The FakeClassStructureInfo type exposes the following members.
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.) |