C# Class Rebel.Framework.Localization.DicitionaryParameterSet

Inheritance: ParameterSet
Afficher le fichier Open project: RebelCMS/rebelcmsxu5

Méthodes publiques

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

Méthodes protégées

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

Method Details

Contains() public méthode

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

DicitionaryParameterSet() public méthode

public DicitionaryParameterSet ( ) : System.Collections.Generic
Résultat System.Collections.Generic

DicitionaryParameterSet() public méthode

public DicitionaryParameterSet ( object>.IDictionary values ) : System.Collections.Generic
values object>.IDictionary
Résultat System.Collections.Generic

GetInternal() protected méthode

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

SetInternal() protected méthode

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