| ClassStructureInfo Methods |
The ClassStructureInfo type exposes the following members.
| Name | Description | |
|---|---|---|
| Clear |
Clear the class infos and properties lists of all object types.
| |
| ContainsColumn |
Returns true if the data class has the specified column.
| |
| ConvertDataToParams |
Returns the object data converted to the query parameters.
| |
| GetClassInfo |
Returns the class info for specified class.
| |
| GetColumnIndex |
Gets the column index.
| |
| GetColumns(String) |
Gets the columns for the listed class names
| |
| GetColumns(Type) |
Gets the list of columns of the given type
| |
| GetColumnsT |
Gets the list of columns of the given type
| |
| GetColumnType |
Gets the column type.
| |
| GetNewData |
Gets new data array for object of the given class.
| |
| GetNewDataSet |
Gets new data structure for class data as a DataSet.
| |
| GetObjectData |
Object serialization.
| |
| GetValue |
Gets the value of the given object.
| |
| GetXmlSchema |
Gets the XML schema of the DataSet represented by this structure
| |
| CheckComplete |
Checks whether the given data is complete (has all columns set to some value).
| |
| InitCollections |
Initializes the inner collections for structure
| |
| RegisterColumn |
Registers the given column within the structure info
| |
| Remove |
Removes the specified class structure definition.
| |
| ResolveColumns(String, Boolean) | Obsolete.
Resolves the given list of columns
| |
| ResolveColumns(String, ListString) | Obsolete.
Resolves the given list of columns
| |
| ResolveColumns(String, ListString, FuncListString) | Obsolete.
Resolves the columns in the given expression
| |
| SetAllMissing |
Sets all the items in the data to missing values.
| |
| SetValue |
Sets the value of the given object.
| |
| TryGetValue |
Returns value of column.
|
| 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.) |