Click or drag to resize
ConditionExpression Class
Specifies a condition expression used to filter the results of the query. This class cannot be inherited.
Inheritance Hierarchy
SystemObject
  CorrigoServiceConditionExpression

Namespace: CorrigoService
Assembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
[SerializableAttribute]
public class ConditionExpression

The ConditionExpression type exposes the following members.

Properties
  NameDescription
Public propertyOperator
Gets or sets the condition operator.
Public propertyPropertyName
Gets or sets a property name in the condition expression.
Public propertyValues
Gets or sets the values of the property.
Top
See Also