C# Класс Autofac.Extras.RegistrationAttributes.AsCustomAttribute

Наследование: System.Attribute, IAutofacCustomRegistrationAttribute
Показать файл Открыть проект

Открытые методы

Метод Описание
AsCustomAttribute ( Type customRegistrationHandler ) : System
Register ( Type type, ContainerBuilder builder ) : void

Описание методов

AsCustomAttribute() публичный Метод

public AsCustomAttribute ( Type customRegistrationHandler ) : System
customRegistrationHandler System.Type
Результат System

Register() публичный Метод

public Register ( Type type, ContainerBuilder builder ) : void
type Type
builder ContainerBuilder
Результат void