Click or drag to resize

IApplicationServiceContext Methods

The IApplicationServiceContext type exposes the following members.

Methods
 NameDescription
Public methodGetServiceGets the service object of the specified type.
(Inherited from IServiceProvider)
Public methodStart Start the application context
Public methodStop Stop the service host context
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 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)
Top
See Also