C# Class Autofac.Extras.RegistrationAttributes.AsCustomAttribute

Inheritance: System.Attribute, IAutofacCustomRegistrationAttribute
Show file Open project: dvabuzyarov/Autofac.Extras.RegistrationAttributes

Public Methods

Method Description
AsCustomAttribute ( Type customRegistrationHandler ) : System
Register ( Type type, ContainerBuilder builder ) : void

Method Details

AsCustomAttribute() public method

public AsCustomAttribute ( Type customRegistrationHandler ) : System
customRegistrationHandler System.Type
return System

Register() public method

public Register ( Type type, ContainerBuilder builder ) : void
type Type
builder ContainerBuilder
return void