Click or drag to resize

SanteDBContextBase Methods

The SanteDBContextBase type exposes the following members.

Methods
 NameDescription
Protected methodAddServiceProvider Add service provider
Public methodDispose Dispose
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 methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetService Get a service from this host context
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodStart Start the application context
Public methodStop Stop the application context
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Extension Methods
 NameDescription
Public Extension MethodAddBusinessRule Add a business rule service to this instance of me or the next instance
(Defined by BusinessRulesExtensions)
Public Extension MethodAddBusinessRuleTModel Adds a new business rule service for the specified model to the application service otherwise adds it to the chain
(Defined by BusinessRulesExtensions)
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 MethodGetApplicationProviderService Get application provider service
(Defined by ExtensionMethods)
Public Extension MethodGetAssigningAuthorityService Gets the assigning authority repository service.
(Defined by ExtensionMethods)
Public Extension MethodGetAuditService Get the audit service.
(Defined by ExtensionMethods)
Public Extension MethodGetBusinessRuleService Add a business rule service to this instance of me or the next instance
(Defined by BusinessRulesExtensions)
Public Extension MethodGetBusinessRulesServiceT Gets the business rules service for a specific information model.
(Defined by ExtensionMethods)
Public Extension MethodGetConceptService Get the concept service.
(Defined by ExtensionMethods)
Public Extension MethodGetNotificationService Gets the INotificationService instance from context.
(Defined by ExtensionMethods)
Public Extension MethodGetServiceT Helper extension method for getting strongly typed service
(Defined by ApplicationServiceContext)
Public Extension MethodWithControl With control parameter is used as a wrapper for _ parameters
(Defined by QueryFilterExtensions)
Top
See Also