[This is preliminary documentation and is subject to change.]
The TrackerCaseInfo type exposes the following methods.
Methods
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetEnumerator |
Gets an enumerator to enumerate through all the user defined fields.
| |
| GetFieldValue |
Gets the field value depending on the fieldid that is selected
| |
| GetHashCode | Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) | |
| GetSortedKeys |
Gets the sorted keys
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| GetUdf |
Gets the user defined field value of a particular field in this case.
| |
| IsUdfPresent |
Shows if the udf (user defined field) is present
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| SetUdf |
Sets an user defined field for this case.
| |
| ToString | Returns a String that represents the current Object. (Inherited from Object.) | |
| UdfCount |
Gets the count of the total number of elements in the tracker case. This includes the
udf and fixed fields.
|
