C# Class Rebel.Framework.Localization.ParameterSet

A set of parameters used for localizing texts. Keys are case insensitive
Show file Open project: RebelCMS/rebelcmsxu5 Class Usage Examples

Public Methods

Method Description
Contains ( string key ) : bool
GetObject ( string key ) : object
SetObject ( string key, object value ) : void
this ( string key ) : ParameterValue

Protected Methods

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

Method Details

Contains() public abstract method

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

GetInternal() protected abstract method

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

GetObject() public method

public GetObject ( string key ) : object
key string
return object

SetInternal() protected abstract method

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

SetObject() public method

public SetObject ( string key, object value ) : void
key string
value object
return void

this() public method

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