Show / Hide Table of Contents

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 Source

GetDecoratedService(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.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX