The ClassStructureInfo type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
ClassStructureInfo |
Constructor.
| |
ClassStructureInfo(SerializationInfo, StreamingContext) |
Constructor for de-serialization.
| |
ClassStructureInfo(String, String, String) |
Constructor.
|
Methods
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.
| |
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
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
| |
GetColumns T |
Gets the list of columns of the given type
| |
GetColumnType |
Gets the column type.
| |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
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.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
GetValue |
Gets the value of the given object.
| |
CheckComplete |
Checks whether the given data is complete (has all columns set to some value).
| |
InitCollections |
Initializes the inner collections for structure
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
RegisterColumn |
Registers the given column within the structure info
| |
Remove |
Removes the specified class structure definition.
| |
ResolveColumns(String, Boolean) |
Resolves the given list of columns
| |
ResolveColumns(String, List String ) |
Resolves the given list of columns
| |
ResolveColumns(String, List String , Func List String ) |
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.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
TryGetValue |
Returns value of column.
|
Extension Methods
Name | Description | |
---|---|---|
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.) |
Properties
Name | Description | |
---|---|---|
BinaryColumns |
List of binary column names
| |
ClassName |
Class name.
| |
ColumnDefinitions |
Column definitions.
| |
ColumnIndexes |
Column indexes dictionary [columnName] -> [columnIndex]
| |
ColumnNames |
Column names.
| |
ColumnsCount |
Columns count.
| |
DataClassInfo |
Data class info object.
| |
HasBinaryColumns |
Returns true if this class has some binary columns
| |
IDColumn |
ID column name.
| |
StringColumns |
List of string column names
| |
TableName |
Table name
|
See Also