App |
The AppServiceBehavior type exposes the following members.
| Name | Description | |
|---|---|---|
| CreateTickle | Creates a tickle on the service | |
| DisableService | Disable the specified service | |
| DismissTickle | Delete the specified tickle | |
| Dispose | Dispose the state time | |
| EnableService | Enable the specified service | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetAppSettings | Update configuration | |
| GetConfiguration | Get the configuration | |
| GetConfigurationQr | Get configuration QR code | |
| GetCurrentSessionInfo |
Get current user information
Obsolete | |
| GetDataStorageProviders | Get the data storage providers | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetIntegrationPatterns | Get the data storage providers | |
| GetLocaleAssets | Get locale assets | |
| GetMenus | Gets menus | |
| GetRoutes | Gets the routes | |
| GetServices | Disable the specified service | |
| GetState | Get DCG online state | |
| GetTemplate | Get template | |
| GetTemplateDefinition | Gets the template definition | |
| GetTemplateForm | Get the form for the specified template | |
| GetTemplateModel | Gets the specified template identifier | |
| GetTemplates | Get all templates | |
| GetTemplateView(String) | Get the view for the specified template | |
| GetTemplateView(String, String) | ||
| GetTickles | Gets the tickles/reminders which are alerts in the application | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| GetUuid | Gets a new UUID | |
| GetWidget | Get a widget | |
| GetWidgets | Gets the widgets | |
| JoinRealm | Join the realm | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| PerformUpdate | Instruct the service to do an update | |
| SetAppSettings | Update configuration | |
| ToString | Returns a string that represents the current object. (Inherited from Object) | |
| UnJoinRealm | Join the realm | |
| UpdateConfiguration | Update configuration |
| Name | Description | |
|---|---|---|
| ConvertTReturn |
The purpose of this method is to convert object me to TReturn. Why?
Because if you have an instance of Act that actually needs to be a SubstanceAdministration we can't just cast
so we have to copy.
(Defined by ExtensionMethods) | |
| WithControl |
With control parameter is used as a wrapper for _ parameters
(Defined by QueryFilterExtensions) |