C# Класс Zetbox.API.AutofacExtensions

Показать файл Открыть проект

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

Метод Описание
RegisterCmdLineAction ( this builder, string prototype, string description, string>.Action action ) : void
RegisterCmdLineAction ( this builder, string prototype, string description, Action action ) : void
RegisterCmdLineDataOption ( this builder, string prototype, string description, object dataKey ) : void
RegisterCmdLineFlag ( this builder, string prototype, string description, object dataKey ) : void
RegisterCmdLineListAction ( this builder, string prototype, string description, string[]>.Action listAction ) : void
RegisterZetboxImplementors ( this builder, Assembly source ) : void

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

RegisterCmdLineAction() публичный статический Метод

public static RegisterCmdLineAction ( this builder, string prototype, string description, string>.Action action ) : void
builder this
prototype string
description string
action string>.Action
Результат void

RegisterCmdLineAction() публичный статический Метод

public static RegisterCmdLineAction ( this builder, string prototype, string description, Action action ) : void
builder this
prototype string
description string
action Action
Результат void

RegisterCmdLineDataOption() публичный статический Метод

public static RegisterCmdLineDataOption ( this builder, string prototype, string description, object dataKey ) : void
builder this
prototype string
description string
dataKey object
Результат void

RegisterCmdLineFlag() публичный статический Метод

public static RegisterCmdLineFlag ( this builder, string prototype, string description, object dataKey ) : void
builder this
prototype string
description string
dataKey object
Результат void

RegisterCmdLineListAction() публичный статический Метод

public static RegisterCmdLineListAction ( this builder, string prototype, string description, string[]>.Action listAction ) : void
builder this
prototype string
description string
listAction string[]>.Action
Результат void

RegisterZetboxImplementors() публичный статический Метод

public static RegisterZetboxImplementors ( this builder, Assembly source ) : void
builder this
source System.Reflection.Assembly
Результат void