Clear | Removes all the validations from the list. |
Contains | Determines whether the CalculateValue object specified by 'valuesetItem' 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 'CalculateValue' instead of objects of type |
CopyTo | Copies the validations 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 CalculateValue object specified by 'valuesetItem'. This method is the wrapper of the 'IndexOf' method of the IList interface. Its benefit is to use object of type 'CalculateValue' instead of objects of type 'Object'. |
RemoveAt | Removes the CalculateValue object at the index specified by 'index'. |
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. |
CalculateValueList Class | XRules Namespace