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

상속: ParameterSet
파일 보기 프로젝트 열기: RebelCMS/rebelcmsxu5

공개 메소드들

메소드 설명
Contains ( string key ) : bool
DicitionaryParameterSet ( ) : System.Collections.Generic
DicitionaryParameterSet ( object>.IDictionary values ) : System.Collections.Generic

보호된 메소드들

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

메소드 상세

Contains() 공개 메소드

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

DicitionaryParameterSet() 공개 메소드

public DicitionaryParameterSet ( ) : System.Collections.Generic
리턴 System.Collections.Generic

DicitionaryParameterSet() 공개 메소드

public DicitionaryParameterSet ( object>.IDictionary values ) : System.Collections.Generic
values object>.IDictionary
리턴 System.Collections.Generic

GetInternal() 보호된 메소드

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

SetInternal() 보호된 메소드

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