Interface IGetsDecoratedServiceFromResolutionInfo
An object which resolves a service using the decorator pattern, based upon a DecoratorBasedServiceResolutionInfo.
Namespace: CSF.DecoratorBuilder
Assembly: CSF.DecoratorBuilder.Common.dll
Syntax
public interface IGetsDecoratedServiceFromResolutionInfo
Methods
| Improve this Doc View SourceGetDecoratedService(DecoratorBasedServiceResolutionInfo)
Get the service, resolved using the decorator pattern.
Declaration
object GetDecoratedService(DecoratorBasedServiceResolutionInfo resolutionInfo)
Parameters
Type | Name | Description |
---|---|---|
DecoratorBasedServiceResolutionInfo | resolutionInfo | Information about how the service should be resolved. |
Returns
Type | Description |
---|---|
System.Object | The resolved service. |