Click or drag to resize

AppServiceBehavior Class

Application service behavior functions for configuration
Inheritance Hierarchy
SystemObject
  SanteDB.Rest.AppServiceAppServiceBehavior
    SanteDB.Client.Disconnected.RestSynchronizedAppServiceBehavior

Namespace: SanteDB.Rest.AppService
Assembly: SanteDB.Rest.AppService (in SanteDB.Rest.AppService.dll) Version: 3.0.2081-alpha+19f573cdc8c56fbc278c5e41a734f011a9baa699
Syntax
public class AppServiceBehavior : IAppServiceContract, 
	IDisposable

The AppServiceBehavior type exposes the following members.

Constructors
Methods
 NameDescription
Public methodCreateTickle Creates a tickle on the service
Public methodDisableService Disable the specified service
Public methodDismissTickle Delete the specified tickle
Public methodDispose Dispose the state time
Public methodEnableService Enable the specified service
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetAppSettings Update configuration
Public methodGetConfiguration Get the configuration
Public methodGetConfigurationQr Get configuration QR code
Public methodGetCurrentSessionInfo Get current user information
Obsolete
Public methodGetDataStorageProviders Get the data storage providers
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetIntegrationPatterns Get the data storage providers
Public methodGetLocaleAssets Get locale assets
Public methodGetMenus Gets menus
Public methodGetRoutes Gets the routes
Public methodGetServices Disable the specified service
Public methodGetState Get DCG online state
Public methodGetTemplate Get template
Public methodGetTemplateDefinition Gets the template definition
Public methodGetTemplateForm Get the form for the specified template
Public methodGetTemplateModel Gets the specified template identifier
Public methodGetTemplates Get all templates
Public methodGetTemplateView(String) Get the view for the specified template
Public methodGetTemplateView(String, String) 
Public methodGetTickles Gets the tickles/reminders which are alerts in the application
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodGetUuid Gets a new UUID
Public methodGetWidget Get a widget
Public methodGetWidgets Gets the widgets
Public methodJoinRealm Join the realm
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodPerformUpdate Instruct the service to do an update
Public methodSetAppSettings Update configuration
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Public methodUnJoinRealm Join the realm
Public methodUpdateConfiguration Update configuration
Top
Fields
 NameDescription
Protected fieldm_appletManagerService The applet manager service injected into the instance
Protected fieldm_configurationManager The configuration manager
Protected fieldm_localizationService The localization service injected into the instance
Protected fieldm_patchService The patch service injected into the instance
Protected fieldm_policyEnforcementService The policy enforcement service injected into the instance
Protected fieldm_securityRepositoryService The security repository service injected into the instance
Protected fieldm_serviceManager The service manager injected into the instance
Protected fieldm_tickleService The tickle service injected into the
Protected fieldm_updateManager the update manager service injected into the instance
Protected fieldm_upstreamManagementService The upstream management service injected into the instance
Protected fieldm_userPreferenceManager The user preference manager injected into the instance
Top
Extension Methods
 NameDescription
Public Extension MethodConvertTReturn 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)
Public Extension MethodWithControl With control parameter is used as a wrapper for _ parameters
(Defined by QueryFilterExtensions)
Top
See Also