C# Class Fractrace.Basic.ParameterDict

Contains all project data in a hirachical way.
ファイルを表示 Open project: trafassel/Gestaltlupe Class Usage Examples

Protected Properties

Property Type Description
_categories string>.Dictionary
_description string>.Dictionary
_entries string>.Dictionary
_exemplar ParameterDict
_lockVar Object
mCulture System.Globalization.CultureInfo

Protected Methods

Method Description
ParameterDict ( ) : System

Initializes a new instance of the ParameterDict class.

Method Details

ParameterDict() protected method

Initializes a new instance of the ParameterDict class.
protected ParameterDict ( ) : System
return System

Property Details

_categories protected_oe property

protected Dictionary _categories
return string>.Dictionary

_description protected_oe property

protected Dictionary _description
return string>.Dictionary

_entries protected_oe property

Internal dictionary.
protected Dictionary _entries
return string>.Dictionary

_exemplar protected_oe static_oe property

Used by the singleton design pattern.
protected static ParameterDict,Fractrace.Basic _exemplar
return ParameterDict

_lockVar protected_oe static_oe property

Used by the singleton design pattern.
protected static Object _lockVar
return 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
return System.Globalization.CultureInfo