| FlexRuleTrace Methods |
The FlexRuleTrace type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| IsExcludedNamespace |
true if trace is enabled and namespace is excluded
| |
| IsModelFiltered |
true if trace is enabled and model is filtered
| |
| IsVariableFiltered |
true if trace is enabled and variable name is filtered
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ShouldTraceModel |
true if trace is enabled and execution event is traced
| |
| ShouldTraceVariable |
true if trace is enabled and variable container values are traced
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| Write |
Writes a message to trace
| |
| WriteLine |
Writes a line to trace
|