MantisConnect 1.0a2

Request Methods

The methods of the Request class are listed below. For a complete list of Request class members, see the Request Members topic.

Public Instance Methods

ConfigGet Get string value of the specified configuration option.
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object)Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetIssues Gets the issues based on the specified filter, page, and number per page.
GetType (inherited from Object)Gets the Type of the current instance.
IssueAdd Add the specified issue to Mantis database.
IssueDelete Delete the issue with the specified id
IssueExists Check if there exists an issue with the specified id.
IssueGet Get information related to the specified issue id.
IssueGetIdFromSummary Search for an issue with the specified summary and return its issue id.
IssueGetLastId Get the id of the last "reported" issue that is accessible to the logged in user.
ProjectGetCategories Get categories defined for the project with the specified id.
ProjectGetVersions Get versions defined for the project with the specified id.
ToString (inherited from Object)Returns a String that represents the current Object.
UserGetAccesibleProjects Get projects accessible to the currently logged in user.
UserGetFilters Gets the filters that are available to the current user and the specified project.

See Also

Request Class | Futureware.MantisConnect Namespace