The FakeClassStructureInfo type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
FakeClassStructureInfo |
Constructor
|
Methods
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.) | |
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.) | |
GetColumnIndex |
Gets the column index.
(Inherited from ClassStructureInfo.) | |
GetColumns(Type) |
Gets the list of columns of the given type
(Inherited from ClassStructureInfo.) | |
GetColumns T |
Gets the list of columns of the given type
(Inherited from ClassStructureInfo.) | |
GetColumnType |
Gets the column type.
(Inherited from ClassStructureInfo.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
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 ClassStructureInfo GetNewDataSet .) | |
GetObjectData |
Object serialization.
(Inherited from ClassStructureInfo.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
GetValue |
Gets the value of the given object.
(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.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
RegisterColumn |
Registers the given column within the structure info
(Inherited from ClassStructureInfo.) | |
ResolveColumns(String, Boolean) |
Resolves the given list of columns
(Inherited from ClassStructureInfo.) | |
ResolveColumns(String, List String ) |
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.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
TryGetValue |
Returns value of column.
(Inherited from ClassStructureInfo.) |
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.) |
Fields
Name | Description | |
---|---|---|
NestedClasses |
Nested class structures
|
Properties
Name | Description | |
---|---|---|
BinaryColumns |
List of binary column names
(Inherited from ClassStructureInfo.) | |
ClassName |
Class name.
(Inherited from ClassStructureInfo.) | |
ClassType |
Class type
| |
ColumnDefinitions |
Column definitions.
(Inherited from ClassStructureInfo.) | |
ColumnIndexes |
Column indexes dictionary [columnName] -> [columnIndex]
(Inherited from ClassStructureInfo.) | |
ColumnNames |
Column names.
(Inherited from ClassStructureInfo.) | |
ColumnsCount |
Columns count.
(Inherited from ClassStructureInfo.) | |
DataClassInfo |
Data class info object.
(Inherited from ClassStructureInfo.) | |
HasBinaryColumns |
Returns true if this class has some binary columns
(Inherited from ClassStructureInfo.) | |
IDColumn |
ID column name.
(Inherited from ClassStructureInfo.) | |
StringColumns |
List of string column names
(Inherited from ClassStructureInfo.) | |
TableName |
Table name
(Inherited from ClassStructureInfo.) |
See Also