Method | Description | |
---|---|---|
ExecuteOrderRule ( Func |
Initializes a new instance of the ExecuteOrderRule class.
|
|
ExecuteOrderRule ( |
Initializes a new instance of the ExecuteOrderRule class.
|
|
ExecuteOrderRule ( |
Initializes a new instance of the ExecuteOrderRule class.
|
|
IsMatch ( |
Gets whether the specified type and property name match this rule.
|
public ExecuteOrderRule ( Func |
||
evaluator | Func |
The function that determines whether the rule is a match. |
priority | int | The priority of the rule. |
return | System |
public ExecuteOrderRule ( |
||
targetType | The target type that matches the rule. | |
propertyExpression | The property name regular expression that matches the rule. | |
priority | int | The priority of the rule. |
return | System |
public ExecuteOrderRule ( |
||
targetType | The target type that matches the rule. | |
propertyName | string | The property name that matches the rule. |
priority | int | The priority of the rule. |
return | System |
public IsMatch ( |
||
type | The type to match. | |
propertyName | string | The property name to match. |
return | bool |