Click or drag to resize
FakeClassStructureInfo Class
Class structure info for testing purposes
Inheritance Hierarchy

Namespace: CMS.Tests
Assembly: CMS.Tests (in CMS.Tests.dll) Version: 8.2.23
Syntax
C#
public class FakeClassStructureInfo : ClassStructureInfo

The FakeClassStructureInfo type exposes the following members.

Constructors
  NameDescription
Public methodFakeClassStructureInfo
Constructor
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 methodGetColumnIndex
Gets the column index.
(Inherited from ClassStructureInfo.)
Public methodGetColumns(Type)
Gets the list of columns of the given type
(Inherited from ClassStructureInfo.)
Public methodGetColumnsT
Gets the list of columns of the given type
(Inherited from ClassStructureInfo.)
Public methodGetColumnType
Gets the column type.
(Inherited from ClassStructureInfo.)
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 ClassStructureInfoGetNewDataSet.)
Public methodGetObjectData
Object serialization.
(Inherited from ClassStructureInfo.)
Public methodGetValue
Gets the value of the given object.
(Inherited from ClassStructureInfo.)
Public methodGetXmlSchema
Gets the XML schema of the DataSet represented by this structure
(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 methodRegisterColumn
Registers the given column within the structure info
(Inherited from ClassStructureInfo.)
Public methodResolveColumns(String, Boolean) Obsolete.
Resolves the given list of columns
(Inherited from ClassStructureInfo.)
Public methodResolveColumns(String, ListString) Obsolete.
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 methodTryGetValue
Returns value of column.
(Inherited from ClassStructureInfo.)
Top
Extension Methods
  NameDescription
Public Extension MethodAsValue
Converts object to a query value which can be used as a query parameter
(Defined by QueryExtensions.)
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.)
Top
Fields
  NameDescription
Public fieldNestedClasses
Nested class structures
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 propertyGetFromParentType
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.)
Top
See Also