The methods of the CountRule class are listed below. For a complete list of CountRule class members, see the CountRule Members topic.
Configure | Looks for a "logic" attribute in the given element, which will determine the pass/fail logic for this rule. Occurences of "testRule" elements are considered rule logic for the count evaluation. Elements supported as children of this rule are "variableName", "startIndex", and "indexStep." The "variableName" element defines the name of the variable reference that contains the current index value. The "startIndex" element defines the starting index of the iteration. The "indexStep" determines the step size for the iteration. |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
Evaluate | Iterates over a configured number of items and returns true if the configured logic matches the number of successful evaluations of the contained logical rules. |
GetEnumerator (inherited from LogicalRuleContainer) | |
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. |
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. |
CountRule Class | Portrate.Interview.Model.Rules Namespace