AutomationTriggeringRule Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A rule which is evaluated upon event interception. The rule is configured by comparing a specific value from the event model to an expected value. This comparison is done by using one of the supported operators set.
public class AutomationTriggeringRule
type AutomationTriggeringRule = class
Public Class AutomationTriggeringRule
- Inheritance
-
AutomationTriggeringRule
Constructors
AutomationTriggeringRule() |
Initializes a new instance of the AutomationTriggeringRule class. |
AutomationTriggeringRule(String, String, String, String) |
Initializes a new instance of the AutomationTriggeringRule class. |
Properties
ExpectedValue |
Gets or sets the expected value. |
OperatorProperty |
Gets or sets a valid comparer operator to use. A case-insensitive comparison will be applied for String PropertyType. Possible values include: 'Equals', 'GreaterThan', 'GreaterThanOrEqualTo', 'LesserThan', 'LesserThanOrEqualTo', 'NotEquals', 'Contains', 'StartsWith', 'EndsWith' |
PropertyJPath |
Gets or sets the JPath of the entity model property that should be checked. |
PropertyType |
Gets or sets the data type of the compared operands (string, integer, floating point number or a boolean [true/false]] Possible values include: 'String', 'Integer', 'Number', 'Boolean' |
Extension Methods
ConvertToPSType(AutomationTriggeringRule) |