C# Class Fractrace.Basic.ParameterDict

Contains all project data in a hirachical way.
Afficher le fichier Open project: trafassel/Gestaltlupe Class Usage Examples

Protected Properties

Свойство Type Description
_categories string>.Dictionary
_description string>.Dictionary
_entries string>.Dictionary
_exemplar ParameterDict
_lockVar Object
mCulture System.Globalization.CultureInfo

Méthodes protégées

Méthode Description
ParameterDict ( ) : System

Initializes a new instance of the ParameterDict class.

Method Details

ParameterDict() protected méthode

Initializes a new instance of the ParameterDict class.
protected ParameterDict ( ) : System
Résultat System

Property Details

_categories protected_oe property

protected Dictionary _categories
Résultat string>.Dictionary

_description protected_oe property

protected Dictionary _description
Résultat string>.Dictionary

_entries protected_oe property

Internal dictionary.
protected Dictionary _entries
Résultat string>.Dictionary

_exemplar protected_oe static_oe property

Used by the singleton design pattern.
protected static ParameterDict,Fractrace.Basic _exemplar
Résultat ParameterDict

_lockVar protected_oe static_oe property

Used by the singleton design pattern.
protected static Object _lockVar
Résultat Object

mCulture protected_oe static_oe property

en-US culture is used to save the float and double values.
protected static System.Globalization.CultureInfo mCulture
Résultat System.Globalization.CultureInfo