Click or drag to resize
FakeClassStructureInfoT Methods

The FakeClassStructureInfoT generic type exposes the following members.

Methods
  NameDescription
Public methodAddNestedClass
Adds the nested class to this class structure info
(Inherited from FakeClassStructureInfo.)
Public methodContainsColumn
Returns true if the data class has the specified column.
(Inherited from ClassStructureInfo.)
Public methodConvertDataToParams
Returns the object data converted to the query parameters.
(Inherited from ClassStructureInfo.)
Public methodGetColumnIndex
Gets the column index.
(Inherited from ClassStructureInfo.)
Public methodGetColumns(Type)
Gets the list of columns of the given type
(Inherited from ClassStructureInfo.)
Public methodGetColumnsT Obsolete.
Gets the list of columns of the given type
(Inherited from ClassStructureInfo.)
Public methodGetColumnType
Gets the column type.
(Inherited from ClassStructureInfo.)
Public methodGetNewData
Gets new data array for object of the given class.
(Inherited from ClassStructureInfo.)
Public methodGetNewDataSet
Gets new data structure for class data as a DataSet.
(Inherited from FakeClassStructureInfo.)
Public methodGetObjectData
Object serialization.
(Inherited from ClassStructureInfo.)
Public methodGetXmlSchema
Gets the XML schema of the DataSet represented by this structure
(Inherited from ClassStructureInfo.)
Public methodCheckComplete
Checks whether the given data is complete (has all columns set to some value).
(Inherited from ClassStructureInfo.)
Public methodIncludeColumns
Includes the columns from the given type
(Inherited from FakeClassStructureInfo.)
Protected methodInitCollections
Initializes the inner collections for structure
(Inherited from ClassStructureInfo.)
Protected methodRegisterColumn
Registers the given column within the structure info
(Inherited from ClassStructureInfo.)
Public methodSetAllMissing
Sets all the items in the data to missing values.
(Inherited from ClassStructureInfo.)
Top
See Also