Share via


PostArgsMatchConditionParameters Class

Definition

Defines the parameters for PostArgs match conditions

public class PostArgsMatchConditionParameters
type PostArgsMatchConditionParameters = class
Public Class PostArgsMatchConditionParameters
Inheritance
PostArgsMatchConditionParameters

Constructors

PostArgsMatchConditionParameters()

Initializes a new instance of the PostArgsMatchConditionParameters class.

PostArgsMatchConditionParameters(String, String, Nullable<Boolean>, IList<String>, IList<String>)

Initializes a new instance of the PostArgsMatchConditionParameters class.

Properties

MatchValues

Gets or sets the match value for the condition of the delivery rule

NegateCondition

Gets or sets describes if this is negate condition or not

Odatatype
OperatorProperty

Gets or sets describes operator to be matched. Possible values include: 'Any', 'Equal', 'Contains', 'BeginsWith', 'EndsWith', 'LessThan', 'LessThanOrEqual', 'GreaterThan', 'GreaterThanOrEqual', 'RegEx'

Selector

Gets or sets name of PostArg to be matched

Transforms

Gets or sets list of transforms

Methods

Validate()

Validate the object.

Applies to