C# Class Arc.Infrastructure.Dependencies.Parameters

Parameters for service locator.
Inheritance: IParameters
Datei anzeigen Open project: marektihkan/Arc

Public Methods

Method Description
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.

Method Details

ConstructorArgument() public method

Adds constructor argument.
public ConstructorArgument ( string name, object value ) : IParameters
name string The name.
value object The value.
return IParameters

GetArguments() public method

Gets the arguments as IDictionary.
public GetArguments ( ) : IDictionary
return IDictionary

Parameters() public method

Initializes a new instance of the Parameters class.
public Parameters ( ) : System.Collections
return System.Collections