ApplicationServiceBehavior Class |
Namespace: SanteDB.DisconnectedClient.Ags.Services
The ApplicationServiceBehavior type exposes the following members.
Name | Description | |
---|---|---|
ApplicationServiceBehavior |
PDP service
|
Name | Description | |
---|---|---|
CreateTickle |
Create a new tickle (allows applications to tickle the user)
| |
DeleteQueueItem |
Remove a queue item
| |
DeleteTickle |
Delete the tickle
| |
DisableService |
Remove the specified service from the DCG
| |
Dispose |
Stop monitoring online
| |
EnableService |
Remove the specified service from the DCG
| |
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.) | |
GetAppSetting |
Update configuration
| |
GetConfiguration |
Get the configuration
| |
GetConflict |
Gets the conflict data a patch representing the difference between the server version and the local version being
| |
GetDataStorageProviders |
Get storage providers
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetLocaleAssets |
Get locale assets
| |
GetMenus |
Performs the retrieval of menu items from the application
| |
GetOnlineState |
Get online status
| |
GetQueue |
Get all queues data
| |
GetQueue(String) |
Gets the queue entries
| |
GetQueueData |
Get the specific queue entry
| |
GetRoutes |
Get the routes for the Angular Application
| |
GetSynchronizationLogs |
Get synchronization logs
| |
GetTemplateDefinition |
Get the template definition in JSON
| |
GetTemplateForm |
Get the specified template form
| |
GetTemplates |
Get all templates from the host
| |
GetTemplateView |
Get the template view
| |
GetTickles |
Get all tickles
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
GetUserConfiguration |
Get the configuration for the specified user
| |
GetUuid |
Get a new UUID
| |
GetWidget |
Gets the specified widget
| |
GetWidgets |
Gets all widgets
| |
JoinRealm |
Join the realm
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
PerformUpdate |
Perform an update
| |
PerformUpdate(String) |
Perform an update
| |
PushConfiguration |
Push configuration to a remote target
| |
ResetRetry |
Reset the queues and retry sync
| |
ResetRetry(String) |
Reset the queues and retry sync
| |
ResolveConflict |
Perform a patch / resolution
| |
Retry |
Retry the queue item
| |
RetryAll |
Force re-sync of all queue
| |
SaveUserConfiguration |
Save the user configuration
| |
SetAppSetting |
Update configuration
| |
SynchronizeNow |
Synchronize the information now
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
UpdateConfiguration |
Update the configuration of the service
|
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.) | |
GetInstanceOfTDomain |
Gets an instance of TDomain from me
(Defined by ModelExtensions.) |