Sante |
The SanteDBContextBase type exposes the following members.
| Name | Description | |
|---|---|---|
| SanteDBContextBase | Creates a new instance of the host context |
| Name | Description | |
|---|---|---|
| ActivityUuid | Gets the identifier for this context | |
| ApplicationName | Application name | |
| DependencyServiceManager | Dependency service manager | |
| HostType | Gets the host type | |
| IsRunning | Gets whether the domain is running | |
| ServiceName | Gets the service name | |
| StartTime | Gets the start time of the applicaton |
| Name | Description | |
|---|---|---|
| AddServiceProvider | Add service provider | |
| Dispose | Dispose | |
| 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 | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| Start | Start the application context | |
| Stop | Stop the application context | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| Name | Description | |
|---|---|---|
| Started | Fired after application startup is complete | |
| Starting | Fired when the application context starting | |
| Stopped | Fired after the appplication context is stopped | |
| Stopping | Fired wehn the application context commences stop |
| 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) | |
| 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) | |
| 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) | |
| WithControl |
With control parameter is used as a wrapper for _ parameters
(Defined by QueryFilterExtensions) |