AppService Class
- Namespace:
- Weavy.Core.Services
- Assembly:
- Weavy.Core.dll
Service layer for App objects.
public static class AppService
- Inheritance:
- System.Object → AppService
Methods
Delete(int, bool) | Permanently deletes an App and all related data from the repository. |
Get(int, bool, bool) | Get the specified App. |
Get |
Get the specified App. |
Get |
Get apps in the specified space. |
Get |
Get apps in specified space of specified type |
Get |
Get app with specified key from a space. |
Get |
Get app with specified key from a space. |
Get |
Get named app from specified space. |
Get |
Get named app from specified space. |
Get |
Get content items in the specified App . |
Get |
Get content items of type T from the specified app.
|
Insert |
Inserts a new app into the specified Space. |
Move |
Moves an App to the specified space. |
New(Guid) | Initializes a new app from the specified guid. |
Restore(int, bool) | Restores a trashed capp (and its contents). |
Search(App |
Search apps according to the specified AppQuery object. |
Trash(int, bool) | Sends an app (and its contents) to the trash. |
Update |
Updates an existing App item. |