[This is preliminary documentation and is subject to change.]
The IssueTrackerDetailsInfo type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| IssueTrackerDetailsInfo | Overloaded. |
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.) | |
| 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.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Fields
| Name | Description | |
|---|---|---|
| _adminEmail |
Administrator email
| |
| _adminId |
Administrator id
| |
| _confirmMsg |
Confirm message
| |
| _copyConfirmToAdmin |
Copy confirm to admin
| |
| _groupID |
Group id
| |
| _groupName |
Group name
| |
| _itemId |
Item id
| |
| _pid |
Pid
| |
| _trackingTicketRequired |
Determines if the tracking ticket is required
|
Properties
| Name | Description | |
|---|---|---|
| AdminEmail |
The email address of the administrator
| |
| AdminID |
The unique user id of the administrator
| |
| ConfirmMsg |
The confirmation message after the issue is entered
| |
| CopyConfirmToAdmin |
true if the isue will be Cc'ed to the administrator
| |
| GroupID |
The unique id for the group
| |
| GroupName |
the name of the group
| |
| ItemID |
The unique id of the item
| |
| ProjectID |
The unique id of the project
| |
| TrackingTicketRequired |
true if the tracking ticket will be sent to the user after he/she enters the issue
|
