RuleValueComparisonAttribute Members
In This Article
#Constructors
#Properties
Name | Description |
---|---|
Custom |
Specifies informational text that is to be added to the exception message when the current Validation Rule is broken.
Inherited from Rule |
Invert |
Specifies whether the current rule should be inverted, to be checked.
Inherited from Rule |
Is |
Indicates whether a value is assigned to the Rule |
Name |
Specifies a name of the rule created using the current attribute.
Inherited from Rule |
Result |
Specifies the application behavior when the rule is broken.
Inherited from Rule |
Skip |
Specifies whether the current rule is checked for the properties that are set to null (Nothing in VB), an empty string (for string type propeties) or a minimal date (for Date |
Target |
Specifies the aggregate function to be checked by the current rule. |
Target |
Specifies a context for checking the current Rule.
Inherited from Rule |
Target |
Specifies a criterion that must be satisfied by the validated object or property to check rules.
Inherited from Rule |
Target |
Specifies the target collection’s element property that must be checked by the current rule. |
Type |
When implemented in a derived class, gets a unique identifier for this Attribute. Inherited from Attribute. |
#Methods
Name | Description |
---|---|
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Returns a value that indicates whether this instance is equal to a specified object. Inherited from Attribute. |
Get |
Retrieves a custom attribute applied to an assembly. Parameters specify the assembly, the type of the custom attribute to search for, and an ignored search option. Inherited from Attribute. |
Get |
Retrieves a custom attribute applied to a specified assembly. Parameters specify the assembly and the type of the custom attribute to search for. Inherited from Attribute. |
Get |
Retrieves a custom attribute applied to a member of a type. Parameters specify the member, the type of the custom attribute to search for, and whether to search ancestors of the member. Inherited from Attribute. |
Get |
Retrieves a custom attribute applied to a member of a type. Parameters specify the member, and the type of the custom attribute to search for. Inherited from Attribute. |
Get |
Retrieves a custom attribute applied to a module. Parameters specify the module, the type of the custom attribute to search for, and an ignored search option. Inherited from Attribute. |
Get |
Retrieves a custom attribute applied to a module. Parameters specify the module, and the type of the custom attribute to search for. Inherited from Attribute. |
Get |
Retrieves a custom attribute applied to a method parameter. Parameters specify the method parameter, the type of the custom attribute to search for, and whether to search ancestors of the method parameter. Inherited from Attribute. |
Get |
Retrieves a custom attribute applied to a method parameter. Parameters specify the method parameter, and the type of the custom attribute to search for. Inherited from Attribute. |
Get |
Retrieves an array of the custom attributes applied to an assembly. Parameters specify the assembly, and an ignored search option. Inherited from Attribute. |
Get |
Retrieves an array of the custom attributes applied to an assembly. Parameters specify the assembly, the type of the custom attribute to search for, and an ignored search option. Inherited from Attribute. |
Get |
Retrieves an array of the custom attributes applied to an assembly. Parameters specify the assembly, and the type of the custom attribute to search for. Inherited from Attribute. |
Get |
Retrieves an array of the custom attributes applied to an assembly. A parameter specifies the assembly. Inherited from Attribute. |
Get |
Retrieves an array of the custom attributes applied to a member of a type. Parameters specify the member, the type of the custom attribute to search for, and whether to search ancestors of the member. Inherited from Attribute. |
Get |
Retrieves an array of the custom attributes applied to a member of a type. Parameters specify the member, the type of the custom attribute to search for, and whether to search ancestors of the member. Inherited from Attribute. |
Get |
Retrieves an array of the custom attributes applied to a member of a type. Parameters specify the member, and the type of the custom attribute to search for. Inherited from Attribute. |
Get |
Retrieves an array of the custom attributes applied to a member of a type. A parameter specifies the member. Inherited from Attribute. |
Get |
Retrieves an array of the custom attributes applied to a module. Parameters specify the module, and an ignored search option. Inherited from Attribute. |
Get |
Retrieves an array of the custom attributes applied to a module. Parameters specify the module, the type of the custom attribute to search for, and an ignored search option. Inherited from Attribute. |
Get |
Retrieves an array of the custom attributes applied to a module. Parameters specify the module, and the type of the custom attribute to search for. Inherited from Attribute. |
Get |
Retrieves an array of the custom attributes applied to a module. A parameter specifies the module. Inherited from Attribute. |
Get |
Retrieves an array of the custom attributes applied to a method parameter. Parameters specify the method parameter, and whether to search ancestors of the method parameter. Inherited from Attribute. |
Get |
Retrieves an array of the custom attributes applied to a method parameter. Parameters specify the method parameter, the type of the custom attribute to search for, and whether to search ancestors of the method parameter. Inherited from Attribute. |
Get |
Retrieves an array of the custom attributes applied to a method parameter. Parameters specify the method parameter, and the type of the custom attribute to search for. Inherited from Attribute. |
Get |
Retrieves an array of the custom attributes applied to a method parameter. A parameter specifies the method parameter. Inherited from Attribute. |
Get |
Returns the hash code for this instance. Inherited from Attribute. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Is |
When overridden in a derived class, indicates whether the value of this instance is the default value for the derived class. Inherited from Attribute. |
Is |
Determines whether any custom attributes are applied to an assembly. Parameters specify the assembly, the type of the custom attribute to search for, and an ignored search option. Inherited from Attribute. |
Is |
Determines whether any custom attributes are applied to an assembly. Parameters specify the assembly, and the type of the custom attribute to search for. Inherited from Attribute. |
Is |
Determines whether any custom attributes are applied to a member of a type. Parameters specify the member, the type of the custom attribute to search for, and whether to search ancestors of the member. Inherited from Attribute. |
Is |
Determines whether any custom attributes are applied to a member of a type. Parameters specify the member, and the type of the custom attribute to search for. Inherited from Attribute. |
Is |
Determines whether any custom attributes are applied to a module. Parameters specify the module, the type of the custom attribute to search for, and an ignored search option. Inherited from Attribute. |
Is |
Determines whether any custom attributes of a specified type are applied to a module. Parameters specify the module, and the type of the custom attribute to search for. Inherited from Attribute. |
Is |
Determines whether any custom attributes are applied to a method parameter. Parameters specify the method parameter, the type of the custom attribute to search for, and whether to search ancestors of the method parameter. Inherited from Attribute. |
Is |
Determines whether any custom attributes are applied to a method parameter. Parameters specify the method parameter, and the type of the custom attribute to search for. Inherited from Attribute. |
Match |
When overridden in a derived class, returns a value that indicates whether this instance equals a specified object. Inherited from Attribute. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
To |
Returns a string that represents the current object. Inherited from Object. |
Try |
For internal use.
Inherited from Rule |
See Also