C# Class Rebel.Framework.Localization.ParameterSet

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

Méthodes publiques

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

Méthodes protégées

Méthode Description
GetInternal ( string key ) : ParameterValue
SetInternal ( string key, ParameterValue value ) : void

Method Details

Contains() public abstract méthode

public abstract Contains ( string key ) : bool
key string
Résultat bool

GetInternal() protected abstract méthode

protected abstract GetInternal ( string key ) : ParameterValue
key string
Résultat Rebel.Framework.Localization.Processing.ParameterValue

GetObject() public méthode

public GetObject ( string key ) : object
key string
Résultat object

SetInternal() protected abstract méthode

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

SetObject() public méthode

public SetObject ( string key, object value ) : void
key string
value object
Résultat void

this() public méthode

public this ( string key ) : ParameterValue
key string
Résultat Rebel.Framework.Localization.Processing.ParameterValue