[This is preliminary documentation and is subject to change.]
The IssueTrackerSettings type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | IssueTrackerSettings |
default constructor
|
Methods
Name | Description | |
---|---|---|
![]() | EncryptedQueryStringArgument |
The encrypted query string argument
|
![]() | 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 | |
---|---|---|
![]() | _attachments |
Whether to display the attachment control
|
![]() | _caseId |
The case id
|
![]() | _email |
email
|
![]() | _featureItem |
feature item xml
|
![]() | _groupId |
unique id of the group
|
![]() | _hasTrackingTicket |
Has Tracking Ticket
|
![]() | _isSecure |
Is secured
|
![]() | _itemId |
The item id
|
![]() | _itemXml |
The item xml
|
![]() | _projectId |
The project id
|
![]() | _queryStringArguement |
Query string argument
|
![]() | _returnUrl |
The return url
|
![]() | _statusMsg |
Status Message
|
![]() | _userId |
The unique id of the user
|
Properties
Name | Description | |
---|---|---|
![]() | Attachments |
Whether to display the attachment control
|
![]() | CaseID |
the unique id of the case
|
![]() | EMailAddress |
The email address of the user
|
![]() | FeatureItem |
The feature item
|
![]() | GroupID |
The unique id of the group
|
![]() | HasTrackingTicket |
True if the issue has the tracking ticket
|
![]() | IsSecure |
True if the tracker item is secure
|
![]() | ItemID |
the unique id of the item
|
![]() | ItemXml |
teh xml representation of the item
|
![]() | ProjectID |
The unique id of the project
|
![]() | QueryStringArgument |
The query string argument
|
![]() | ReturnUrl |
The return url
|
![]() | StatusMsg |
The status message
|
![]() | UserID |
The unique id of the user
|