Client |
The ClientApplicationContextBase type exposes the following members.
| Name | Description | |
|---|---|---|
| ClientApplicationContextBase | Creates a new disconnected application context with the specified configuration provider |
| Name | Description | |
|---|---|---|
| ActivityUuid |
Gets the identifier for this context
(Inherited from SanteDBContextBase) | |
| ApplicationName |
Application name
(Overrides SanteDBContextBaseApplicationName) | |
| DependencyServiceManager |
Dependency service manager
(Inherited from SanteDBContextBase) | |
| HostType |
Gets the host type
(Inherited from SanteDBContextBase) | |
| InteractionProvider | Interaction provider | |
| IsRunning |
Gets whether the domain is running
(Inherited from SanteDBContextBase) | |
| LocalizationService | Localization service | |
| ServiceManager | Service manager | |
| ServiceName |
Gets the service name
(Inherited from SanteDBContextBase) | |
| StartTime |
Gets the start time of the applicaton
(Inherited from SanteDBContextBase) | |
| ThreadPoolService | Threadpool |
| Name | Description | |
|---|---|---|
| AddServiceProvider |
Add service provider
(Inherited from SanteDBContextBase) | |
| AutoRestoreEnvironment | Perform automatic restoration of a previous environment | |
| Dispose |
Dispose
(Inherited from SanteDBContextBase) | |
| 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) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetService |
Get a service from this host context
(Inherited from SanteDBContextBase) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| OnRestartRequested | A restart has been requested by a service | |
| Start |
Start the application context
(Overrides SanteDBContextBaseStart) | |
| Stop |
Stop the service host
(Overrides SanteDBContextBaseStop) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| Name | Description | |
|---|---|---|
| Started |
Fired after application startup is complete
(Inherited from SanteDBContextBase) | |
| Starting |
Fired when the application context starting
(Inherited from SanteDBContextBase) | |
| Stopped |
Fired after the appplication context is stopped
(Inherited from SanteDBContextBase) | |
| Stopping |
Fired wehn the application context commences stop
(Inherited from SanteDBContextBase) |
| Name | Description | |
|---|---|---|
| AppDataDirectorySetting | App data directory setting |
| 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) |