This namespace contains all classes related to the MantisConnect library. These class provide all what is needed to connect and communicate with MantisConnect webservice.
| Class | Description |
|---|---|
| Config | Provides access to Mantis configuration. |
| Issue | A class to contain all information related to an issue record. |
| MantisEnum | A class to handle enumerations that are defined in Mantis. |
| ObjectRef | A class that is used on entites to reference other entities. |
| Request | A wrapper around MantisConnectWebservice to provide a more friendly interface for the rest of the C# code. |
| Session | Represents a connection session between the webservice client and server. |