IApplication |
The IApplicationServiceContext type exposes the following members.
| Name | Description | |
|---|---|---|
| ActivityUuid | Gets the activity UUID | |
| ApplicationName | Gets the name of the application | |
| HostType | Type of application hosting this SanteDB | |
| IsRunning | Get whether the service is running | |
| StartTime | Gets the start time |
| Name | Description | |
|---|---|---|
| GetService | Gets the service object of the specified type. (Inherited from IServiceProvider) | |
| Start | Start the application context | |
| Stop | Stop the service host context |
| Name | Description | |
|---|---|---|
| Started | Fired when the service context is started | |
| Starting | Fired when the service context is starting | |
| Stopped | Fired when the service has stopped | |
| Stopping | Fired when the service is stopping |
| Name | Description | |
|---|---|---|
| AddBusinessRule |
Add a business rule service to this instance of me or the next instance
(Defined by BusinessRulesExtensions) | |
| AddBusinessRuleTModel |
Adds a new business rule service for the specified model to the application service otherwise adds it to the chain
(Defined by BusinessRulesExtensions) | |
| GetApplicationProviderService |
Get application provider service
(Defined by ExtensionMethods) | |
| GetAssigningAuthorityService |
Gets the assigning authority repository service.
(Defined by ExtensionMethods) | |
| GetAuditService |
Get the audit service.
(Defined by ExtensionMethods) | |
| GetBusinessRuleService |
Add a business rule service to this instance of me or the next instance
(Defined by BusinessRulesExtensions) | |
| GetBusinessRulesServiceT |
Gets the business rules service for a specific information model.
(Defined by ExtensionMethods) | |
| GetConceptService |
Get the concept service.
(Defined by ExtensionMethods) | |
| GetNotificationService |
Gets the INotificationService instance from context.
(Defined by ExtensionMethods) | |
| GetServiceT |
Helper extension method for getting strongly typed service
(Defined by ApplicationServiceContext) |