C# Class Rebel.Framework.Localization.DicitionaryParameterSet

Inheritance: ParameterSet
Mostra file Open project: RebelCMS/rebelcmsxu5

Public Methods

Method Description
Contains ( string key ) : bool
DicitionaryParameterSet ( ) : System.Collections.Generic
DicitionaryParameterSet ( object>.IDictionary values ) : System.Collections.Generic

Protected Methods

Method Description
GetInternal ( string key ) : ParameterValue
SetInternal ( string key, ParameterValue value ) : void

Method Details

Contains() public method

public Contains ( string key ) : bool
key string
return bool

DicitionaryParameterSet() public method

public DicitionaryParameterSet ( ) : System.Collections.Generic
return System.Collections.Generic

DicitionaryParameterSet() public method

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

GetInternal() protected method

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

SetInternal() protected method

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