Click or drag to resize

DependencyServiceManager Methods

The DependencyServiceManager type exposes the following members.

Methods
Extension Methods
  NameDescription
Public Extension MethodAddBusinessRule(Type)Overloaded.
Add a business rule service to this instance of me or the next instance
(Defined by BusinessRulesExtensions.)
Public Extension MethodAddBusinessRuleTModel(Type)Overloaded.
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 MethodGetBusinessRuleService
Add a business rule service to this instance of me or the next instance
(Defined by BusinessRulesExtensions.)
Public Extension MethodGetServiceT
Helper extension method for getting strongly typed service
(Defined by ApplicationServiceContext.)
Top
See Also