C# Class Autofac.Extras.RegistrationAttributes.AsCustomAttribute

Inheritance: System.Attribute, IAutofacCustomRegistrationAttribute
Afficher le fichier Open project: dvabuzyarov/Autofac.Extras.RegistrationAttributes

Méthodes publiques

Méthode Description
AsCustomAttribute ( Type customRegistrationHandler ) : System
Register ( Type type, ContainerBuilder builder ) : void

Method Details

AsCustomAttribute() public méthode

public AsCustomAttribute ( Type customRegistrationHandler ) : System
customRegistrationHandler System.Type
Résultat System

Register() public méthode

public Register ( Type type, ContainerBuilder builder ) : void
type Type
builder ContainerBuilder
Résultat void