C# 클래스 Rebel.Framework.Localization.ParameterSet

A set of parameters used for localizing texts. Keys are case insensitive
파일 보기 프로젝트 열기: RebelCMS/rebelcmsxu5 1 사용 예제들

공개 메소드들

메소드 설명
Contains ( string key ) : bool
GetObject ( string key ) : object
SetObject ( string key, object value ) : void
this ( string key ) : ParameterValue

보호된 메소드들

메소드 설명
GetInternal ( string key ) : ParameterValue
SetInternal ( string key, ParameterValue value ) : void

메소드 상세

Contains() 공개 추상적인 메소드

public abstract Contains ( string key ) : bool
key string
리턴 bool

GetInternal() 보호된 추상적인 메소드

protected abstract GetInternal ( string key ) : ParameterValue
key string
리턴 Rebel.Framework.Localization.Processing.ParameterValue

GetObject() 공개 메소드

public GetObject ( string key ) : object
key string
리턴 object

SetInternal() 보호된 추상적인 메소드

protected abstract SetInternal ( string key, ParameterValue value ) : void
key string
value Rebel.Framework.Localization.Processing.ParameterValue
리턴 void

SetObject() 공개 메소드

public SetObject ( string key, object value ) : void
key string
value object
리턴 void

this() 공개 메소드

public this ( string key ) : ParameterValue
key string
리턴 Rebel.Framework.Localization.Processing.ParameterValue