ApplicationManager Class |
Namespace: PsrApi.Managers
public class ApplicationManager : BaseManager
The ApplicationManager type exposes the following members.
| Name | Description | |
|---|---|---|
| AddApplication |
Adds a new application.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetApplication |
Returns the application matching the given ID.
| |
| GetApplicationList |
Returns a list of applications that match the filter.
| |
| GetApplicationListFilter |
Return a filter object to filter applications.
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| UpdateApplication |
Updates an existing application.
|