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
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 methodGetValue
Gets the value of the given object.
(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.)
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 methodResolveColumns(String, Boolean) Obsolete.
Resolves the given list of columns
(Inherited from ClassStructureInfo.)
Public methodResolveColumns(String, ListString) Obsolete.
Resolves the given list of columns
(Inherited from ClassStructureInfo.)
Public methodSetAllMissing
Sets all the items in the data to missing values.
(Inherited from ClassStructureInfo.)
Public methodSetValue
Sets the value of the given object.
(Inherited from ClassStructureInfo.)
Public methodTryGetValue
Returns value of column.
(Inherited from ClassStructureInfo.)
Top
Extension Methods
  NameDescription
Public Extension MethodAsValue
Converts object to a query value which can be used as a query parameter
(Defined by QueryExtensions.)
Public Extension MethodGetAPIString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodGetString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodToBoolean
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDateTime
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDouble
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToGuid
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToInteger
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToString
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.)
Top
See Also