C# 클래스 Arc.Infrastructure.Dependencies.Parameters

Parameters for service locator.
상속: IParameters
파일 보기 프로젝트 열기: marektihkan/Arc

공개 메소드들

메소드 설명
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