| 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 |
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.) | |
| GetValue |
Gets the value of the given object.
(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.) | |
| InitCollections |
Initializes the inner collections for structure
(Inherited from ClassStructureInfo.) | |
| RegisterColumn |
Registers the given column within the structure info
(Inherited from ClassStructureInfo.) | |
| ResolveColumns(String, Boolean) | Obsolete.
Resolves the given list of columns
(Inherited from ClassStructureInfo.) | |
| ResolveColumns(String, ListString) | Obsolete.
Resolves the given list of columns
(Inherited from ClassStructureInfo.) | |
| SetAllMissing |
Sets all the items in the data to missing values.
(Inherited from ClassStructureInfo.) | |
| SetValue |
Sets the value of the given object.
(Inherited from ClassStructureInfo.) | |
| TryGetValue |
Returns value of column.
(Inherited from ClassStructureInfo.) |
| Name | Description | |
|---|---|---|
| AsValue |
Converts object to a query value which can be used as a query parameter
(Defined by QueryExtensions.) | |
| GetAPIString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) | |
| GetString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) | |
| ToBoolean |
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.) | |
| ToDateTime |
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.) | |
| ToDouble |
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.) | |
| ToGuid |
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.) | |
| ToInteger |
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.) | |
| ToString |
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.) |