Click or drag to resize

ApplicationManager Class

Contains methods to manipulate applications.
Inheritance Hierarchy

Namespace:  PsrApi.Managers
Assembly:  PsrApi (in PsrApi.dll) Version: 8.13.13.27522 (14.03.2022)
Syntax
C#
public class ApplicationManager : BaseManager

The ApplicationManager type exposes the following members.

Methods
  NameDescription
Public methodAddApplication
Adds a new application.
Public methodEquals (Inherited from Object.)
Public methodGetApplication
Returns the application matching the given ID.
Public methodGetApplicationList
Returns a list of applications that match the filter.
Public methodGetApplicationListFilter
Return a filter object to filter applications.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
Public methodUpdateApplication
Updates an existing application.
Top
See Also