C# Класс Arc.Infrastructure.Dependencies.Parameters

Parameters for service locator.
Наследование: IParameters
Показать файл Открыть проект

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

Метод Описание
ConstructorArgument ( string name, object value ) : IParameters

Adds constructor argument.

GetArguments ( ) : IDictionary

Gets the arguments as IDictionary.

Parameters ( ) : System.Collections

Initializes a new instance of the Parameters class.

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

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

Adds constructor argument.
public ConstructorArgument ( string name, object value ) : IParameters
name string The name.
value object The value.
Результат IParameters

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

Gets the arguments as IDictionary.
public GetArguments ( ) : IDictionary
Результат IDictionary

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

Initializes a new instance of the Parameters class.
public Parameters ( ) : System.Collections
Результат System.Collections