BindRule Constructor | Constructs a new bind rule having the parent ruleset specified by parentRuleset. |
ChildRules | |
Enabled | |
ErrorMessage | |
ErrorMessage_Max | A string containing the message that should be thrown if the maximum value is not fulfilled. |
ErrorMessage_MaxLength | A string containing the message that should be thrown if the maximum length is not fulfilled. |
ErrorMessage_MaxOccurs | A string containing the message that should be thrown if the maximum number occurrences of the target is not fulfilled. |
ErrorMessage_Min | A string containing the message that should be thrown if the minimum value is not fulfilled. |
ErrorMessage_MinLength | A string containing the message that should be thrown if the minimum length is not fulfilled. |
ErrorMessage_MinOccurs | A string containing the message that should be thrown if the minimum number occurrences of the target is not fulfilled. |
ErrorMessage_Regex | A string containing the message that should be thrown if the regular expression validation fails. |
ErrorMessage_Type | A string containing the error message that should be thrown if type validation fails. |
ID | A string containing the ID of the rule. |
Max | |
MaxLength | |
Min | |
MinLength | |
OwnerDocument | |
ParentRuleset | |
Regex | |
Required | |
RuleInstances | |
TargetAttribute |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetType (inherited from Object) | Gets the Type of the current instance. |
LoadFromXml | Creates a new rule using the information provided by the XML specified by 'xml'. |
SupportsApplyMode | Indicates the types of RuleApplyMode the rule spports. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
Finalize (inherited from Object) | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |
BindRule Class | XRules Namespace