PropertyCondition Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of the PropertyCondition class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
PropertyCondition() | Initializes a new instance of the PropertyCondition class. | |
PropertyCondition(String, Object) | Initializes a new instance of the PropertyCondition class by using the provided property name and value. | |
PropertyCondition(String, Object, PropertyConditionOperator) | Initializes a new instance of the PropertyCondition class. |
Top