[This is preliminary documentation and is subject to change.]
Wrapper class for the Redmine project management system
| C# | Visual Basic | Visual C++ |
public class Redmine
Public Class Redmine
public ref class Redmine
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| Redmine()()() |
Initializes a new instance of the Redmine class.
| |
| CreateIssue(Issue) |
Creates new issue in Redmine
| |
| Equals(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.) | |
| GetActivities(Int32) |
Gets the list of all available project activities
| |
| GetAssignees(Int32) |
Gets the list of all users available to be assigned to project issue
| |
| GetHashCode()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetIssues(Int32) |
Gets the list of all the available issues
| |
| GetPriorities(Int32) |
Gets the list of all available project issue priorities
| |
| GetProjects()()() |
Gets the list of all the available projects
| |
| GetRecentActivity(Int32, array<RecentActivityType>[]()[]) |
Gets the list of recent project activity
| |
| GetStatuses(Int32) |
Gets the list of all available project issue statuses
| |
| GetTrackers(Int32) |
Gets the list of all available project trackers
| |
| GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| GetVersions(Int32) |
Gets the list of all versions project issue can target
| |
| GetWatchers(Int32) |
Gets the list of all the users available as watchers for the project
| |
| LogIn()()() |
Logs user into Redmine
| |
| LogIn(String, String) |
Logs user into Redmine
| |
| LogTimeForIssue(Int32, Int32, String, Double, DateTime, Int32) |
Logs time spent on an issue
| |
| MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| RedmineBaseUri |
Gets or sets the base URI of the Redmine installation
| |
| RedminePassword |
Gets or sets the Password used when connecting to Redmine
| |
| RedmineUser |
Gets or sets the Username used when connecting to Redmine
| |
| ToString()()() | (Inherited from Object.) |
| Object | |
| Redmine | |