The CallAttributeCondition type exposes the following members.

Properties

  NameDescription
Public propertyCallAttributeName
The name of the call attribute to be checked.
Public propertyCallAttributeType
The datatype of the call attribute.
Public propertyConditionType
The type of condition.
(Inherited from PolicyCondition.)
Public propertyDateValue
The matching value for a date-based attribute.
Public propertyId
The Id of the condition.
(Inherited from PolicyCondition.)
Public propertyNegated
When true, the logical result of the condition evaluation is flipped.
(Inherited from PolicyCondition.)
Public propertyNumericValue
The matching value for a numeric attribute.
Public propertyOperation
An conditional operator that compares the attribute value to the matching value.
Public propertyStringValue
The matching value for a text attribute.
Public propertyTimeValue
The matching value for a time-based attribute.

See Also