[This is preliminary documentation and is subject to change.]

The TrackerCaseInfo type exposes the following methods.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEnumerator
Gets an enumerator to enumerate through all the user defined fields.
Public methodGetFieldValue
Gets the field value depending on the fieldid that is selected
Public methodGetHashCode
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.)
Public methodGetSortedKeys
Gets the sorted keys
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetUdf
Gets the user defined field value of a particular field in this case.
Public methodIsUdfPresent
Shows if the udf (user defined field) is present
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSetUdf
Sets an user defined field for this case.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Public methodUdfCount
Gets the count of the total number of elements in the tracker case. This includes the udf and fixed fields.

See Also