ApplicationFactory Class |
Namespace: AskiaPortalCmn
The ApplicationFactory type exposes the following members.
Name | Description | |
---|---|---|
FindAllForUser |
Find all applications available for the specified user.
| |
FindByApiKey |
Find an application using his API key, return null if not found.
| |
FindByGuid |
Find an application using his GUID, return null if not found.
| |
FindById |
Find an application using his identifier, return null if not found.
| |
NewApplication |
Create a new empty instance of application.
|