Add | Binds the specified XRulesDocument to the target DXmlDocument. |
AddXml | Binds the specified XRules document to the target DXmlDocument. |
Clear | Removes all the rules from the list. |
Contains | Determines whether the XRulesDocument object specified by 'document' is in the list or not. This method is the wrapper of the 'Contains' method of the IList interface. Its benefit is to use objects of type 'XRulesDocument' instead of objects of type |
CopyTo | Copies the documents of the collection (this list) to the array specified by 'array', starting at the index specified by 'index'. |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
GetEnumerator | Returns an enumerator that can iterate through the list. |
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. |
IndexOf | Determines the index of the XRulesDocument object specified by 'document'. This method is the wrapper of the 'IndexOf' method of the IList interface. Its benefit is to use object of type 'XRulesDocument' instead of objects of type 'Object'. |
Insert | Inserts the object that implements the XRulesDocument interface and is specified by 'document' at the index specified by 'index'. This method is the wrapper of the 'Insert' method of the IList interface. Its benefit is to use objects of type 'XRulesDocument' instead of type 'Object'. |
Remove | Removes the specified XRulesDocument from the list. |
RemoveAt | Removes the XRulesDocument object at the index specified by 'index'. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
XRulesDocumentList Class | XRules Namespace