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

The TrackerCaseInfo type exposes the following members.

Constructors

  NameDescription
Public methodTrackerCaseInfoOverloaded.

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.

Properties

  NameDescription
Public propertyAssignedEmailAddress
The email address of the assigned to user
Public propertyAssignedId
The id of the Assigned to user
Public propertyAssignedName
The name of the assigned to user
Public propertyCaseId
The system generated unique identifier for the tracker case.
Public propertyCaseNum
The case number of the case.
Public propertyCategory
The Category value of the case.
Public propertyCategoryId
The system generated unique identifier for the Category of the case.
Public propertyComments
the Comments of the case.
Public propertyCreatedByEmailAddress
The email Address of the user who created the case.
Public propertyCreatedById
The user identifier of the creator of the case.
Public propertyCreatedByName
The name of the creator of the case.
Public propertyCreatedDate
the created date for the case.
Public propertyCriticality
The Criticality value for the case.
Public propertyCriticalityId
The system generated unique identifier for the Criticality of the case.
Public propertyDescription
The Description of the case.
Public propertyExternalEmailAddress
The external email Address of the user who created the case. This is the email of the user if the user has created the case without logging into OfficeClip.
Public propertyIsActive
Shows whether the tracker case is Active or archived. The value is true if Active and false if archived.
Public propertyIsExternal
Shows if the creator of the case is an external user. That is if the user has created the case without logging into OfficeClip.
Public propertykind
The kind value of the case.
Public propertyKindId
The system generated unique identifier for the kind of the case.
Public propertyModifiedByEmailAddress
The email Address of the user who last modified the case.
Public propertyModifiedById
The user identifier of the user who last modified the case.
Public propertyModifiedByName
The name of the user who last modified the case.
Public propertyModifiedDate
The date on which the case was last modified.
Public propertyObjectId
The object id
Public propertyObjectTypeId
The object type id
Public propertyRegardingName
The regarding name
Public propertyResolution
The Resolution of the case.
Public propertyStatus
The status name for the case.
Public propertyStatusId
The system generated unique identifier for the case status.
Public propertyTitle
The Title of the case.
Public propertyUdfs
Returns the udf hashtable, the key is the id of the udf and the value is the value of udf in string

See Also