C# 클래스 Spring.Objects.Factory.Config.ConfigurableVariableSource

상속: IVariableSource
파일 보기 프로젝트 열기: spring-projects/spring-net 1 사용 예제들

공개 메소드들

메소드 설명
CanResolveVariable ( string name ) : bool

Before requesting a variable resolution, a client should ask, whether the source can resolve a particular variable name.

ConfigurableVariableSource ( ) : System

Initializes a new instance of ConfigurableVariableSource.

ResolveVariable ( string name ) : string

Resolves variable value for the specified variable name.

메소드 상세

CanResolveVariable() 공개 메소드

Before requesting a variable resolution, a client should ask, whether the source can resolve a particular variable name.
public CanResolveVariable ( string name ) : bool
name string the name of the variable to resolve
리턴 bool

ConfigurableVariableSource() 공개 메소드

Initializes a new instance of ConfigurableVariableSource.
public ConfigurableVariableSource ( ) : System
리턴 System

ResolveVariable() 공개 메소드

Resolves variable value for the specified variable name.
public ResolveVariable ( string name ) : string
name string /// The name of the variable to resolve. ///
리턴 string