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

The IssueTrackerSettings type exposes the following members.

Constructors

  NameDescription
Public methodIssueTrackerSettings
default constructor

Methods

  NameDescription
Public methodEncryptedQueryStringArgument
The encrypted query string argument
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 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 methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Fields

  NameDescription
Protected field_attachments
Whether to display the attachment control
Protected field_caseId
The case id
Protected field_email
email
Protected field_featureItem
feature item xml
Protected field_groupId
unique id of the group
Protected field_hasTrackingTicket
Has Tracking Ticket
Protected field_isSecure
Is secured
Protected field_itemId
The item id
Protected field_itemXml
The item xml
Protected field_projectId
The project id
Protected field_queryStringArguement
Query string argument
Protected field_returnUrl
The return url
Protected field_statusMsg
Status Message
Protected field_userId
The unique id of the user

Properties

  NameDescription
Public propertyAttachments
Whether to display the attachment control
Public propertyCaseID
the unique id of the case
Public propertyEMailAddress
The email address of the user
Public propertyFeatureItem
The feature item
Public propertyGroupID
The unique id of the group
Public propertyHasTrackingTicket
True if the issue has the tracking ticket
Public propertyIsSecure
True if the tracker item is secure
Public propertyItemID
the unique id of the item
Public propertyItemXml
teh xml representation of the item
Public propertyProjectID
The unique id of the project
Public propertyQueryStringArgument
The query string argument
Public propertyReturnUrl
The return url
Public propertyStatusMsg
The status message
Public propertyUserID
The unique id of the user

See Also