Provides script language access to C++ objects of this type.
| Class Hierarchy | Type » TypeSequence |
Function members are as follows:
| Return Type | Function Name | Documentation |
|---|---|---|
| int32 | AddObjects | Adds objects needed for type comparison, including a <TypeInformation> object that represents a sample, a <TypeInformation> object that represents a rule, and an <int32> that specifies whether or not the compared objects must match exactly ( or if subclasses constitute matches ). |
| int32 | Clear | Clears all this object and resets it to constructor defaults. |
| int32 | Fails | Returns true if all the sample types match do not match the rule types, where match criteria are established by the match criteria flag. |
| string | GetSequenceInfo | Returns a string that contains human-compatible information about the sample types, rule types, and whether or not the match succeeded or failed. |
| int32 | Passes | Returns true if all the sample types match all the rule types, where match criteria are established by the match criteria flag. |
Object members are as follows:
| Type Name | Accessor Name | Documentation |
|---|---|---|
| int32 | PassesIfCount | Returns true if the specified number of sample types match the rule types, where match criteria are established by the match criteria flag. |