Click or drag to resize
Condition Class DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Inheritance Hierarchy
SystemObject
  DataPA.Utils.QueryEngineCondition

Namespace: DataPA.Utils.QueryEngine
Assembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[SerializableAttribute]
public class Condition : _Condition

The Condition type exposes the following members.

Constructors
  NameDescription
Public methodCondition
Creates and returns a new Condition object
Public methodCondition(DataRow)
Creates and returns a new Condition object
Public methodCondition(DataRow, Fields)
Creates and returns a new Condition object
Top
Fields
Properties
  NameDescription
Public propertyConditionOperator
Gets and sets the operator for this condition
Public propertyDataType
Gets and sets the server datatype for this condition
Public propertyDescription
Gets and sets the description used to prompt for a value for this condition
Public propertyEndGroup
Gets and sets the number of closing brackets that should be placed after this condition
Public propertyExpression
Gets and sets the expression for this field
Public propertyFormat
Gets and sets a format used to display the value for this condition
Public propertyFunctionLookup
Gets and sets the function lookup string for this condition
Public propertyIndex
Gets and sets the index that determines the position of this condition
Public propertyLabel
Gets and sets the label used to prompt for a value for this condition
Public propertyLogicalOperator
Gets and sets the logical operator (And/Or) that links this condition to its predecessor
Public propertyLookupID
Gets and sets the ID of a lookup that should be used when prompting for values for this condition
Public propertyMandatory
Gets and sets a value that indicates whether or not the user can skip this condition if required
Public propertyParentID
Gets and sets the unique ID of the parent of this condition
Public propertyParentType
Gets and sets the parent type (link or subject) for this condition
Public propertyPrompt
Gets and sets a value that indicates whether or not the user should be prompted for a value to satisfy this condition
Public propertySourceField
Gets and sets the source field for this condition
Public propertySourceTable
Gets and sets the source table for this condition
Public propertyStartGroup
Gets and sets the number of opening brackets that should be placed before this condition
Public propertySystemName
Gets and sets the name of the system this condition belongs to
Public propertyTargetField
Gets and sets the target field for this condition
Public propertyTargetTable
Gets and sets the target table for this condition
Public propertyUniqueID
Gets and sets the UniqueID of this condition
Public propertyUseExpression
Gets and sets a value that indicates if this condition uses the expression to evaluate
Top
See Also