Click or drag to resize
TypeCondition Class
Class determining condition which can distinguish between several object types within one Info class.
Inheritance Hierarchy
SystemObject
  CMS.DataEngineTypeCondition

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public class TypeCondition

The TypeCondition type exposes the following members.

Constructors
  NameDescription
Public methodTypeCondition
Top
Properties
  NameDescription
Public propertyConditionColumns
Gets the names of the columns.
Top
Methods
  NameDescription
Public methodGetFieldValue
Gets the field value for the Type condition
Public methodGetValue
Gets the actual value for the Type condition column
Public methodGetWhereCondition
Generates default WHERE condition according to GroupColumn and TypeCondition settings.
Public methodWhereEquals(String, Object)
Adds another condition into TypeCondition.
Public methodWhereEquals(String, Object, Object)
Adds another condition into TypeCondition.
Public methodWhereEqualsOrNull
Adds another condition into TypeCondition.
Public methodWhereIsNotNull(String)
Adds another condition into TypeCondition.
Public methodWhereIsNotNull(String, Object)
Adds another condition into TypeCondition.
Public methodWhereIsNull
Adds another condition into TypeCondition.
Public methodWhereNotEquals
Adds another condition into TypeCondition.
Public methodWhereNotEqualsOrNull
Adds another condition into TypeCondition.
Top
See Also