FakeClassStructureInfo MembersKentico 8.0 API Reference
The FakeClassStructureInfo type exposes the following members.
Constructors

  NameDescription
Public methodFakeClassStructureInfo
Constructor
Back to Top
Methods

  NameDescription
Public methodAddNestedClass
Adds the nested class to this class structure info
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 methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from OnlineObject.)
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 methodGetColumns T  
Gets the list of columns of the given type
(Inherited from ClassStructureInfo.)
Public methodGetColumnType
Gets the column type.
(Inherited from ClassStructureInfo.)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
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.
(Overrides ClassStructureInfo GetNewDataSet .)
Public methodGetObjectData
Object serialization.
(Inherited from ClassStructureInfo.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Public methodGetValue
Gets the value of the given object.
(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 methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodRegisterColumn
Registers the given column within the structure info
(Inherited from ClassStructureInfo.)
Public methodResolveColumns(String, Boolean)
Resolves the given list of columns
(Inherited from ClassStructureInfo.)
Public methodResolveColumns(String, List String )
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 methodOnlineToString
Returns a string that represents the current object.
(Inherited from OnlineObject.)
Public methodTryGetValue
Returns value of column.
(Inherited from ClassStructureInfo.)
Back to Top
Extension Methods

  NameDescription
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.)
Back to Top
Fields

  NameDescription
Public fieldNestedClasses
Nested class structures
Back to Top
Properties

  NameDescription
Public propertyBinaryColumns
List of binary column names
(Inherited from ClassStructureInfo.)
Public propertyClassName
Class name.
(Inherited from ClassStructureInfo.)
Protected propertyClassType
Class type
Public propertyColumnDefinitions
Column definitions.
(Inherited from ClassStructureInfo.)
Protected propertyColumnIndexes
Column indexes dictionary [columnName] -> [columnIndex]
(Inherited from ClassStructureInfo.)
Public propertyColumnNames
Column names.
(Inherited from ClassStructureInfo.)
Public propertyColumnsCount
Columns count.
(Inherited from ClassStructureInfo.)
Public propertyDataClassInfo
Data class info object.
(Inherited from ClassStructureInfo.)
Public propertyHasBinaryColumns
Returns true if this class has some binary columns
(Inherited from ClassStructureInfo.)
Public propertyIDColumn
ID column name.
(Inherited from ClassStructureInfo.)
Public propertyStringColumns
List of string column names
(Inherited from ClassStructureInfo.)
Public propertyTableName
Table name
(Inherited from ClassStructureInfo.)
Back to Top
See Also