CADability dotNET

The Settings type exposes the following members.

Methods

  NameDescription
Public methodAddSetting
Public methodContainsSetting
Public methodStatic memberGetBoolValue(Object)
Wandelt das im Parameter gegebene Objekt in den Typ bool um. Werte vom Typ bool können auf zwei Arten in den Settings gespeichert sein: einmal als primitiver bool Typ und einmal als Booleanproperty Typ. Letzterer hat noch Informationen, wie er interaktiv durch den Anwender in einem ShowProperty Control geändert werden kann. Wenn das gegebene Objekt einen anderen Typ hat, dann gibt es eine InvalidCastException.
Public methodGetBoolValue(String, Boolean)
Public methodStatic memberGetDoubleValue(Object)
Public methodGetDoubleValue(String, Double)
Public methodStatic memberGetIntValue(Object)
Public methodGetIntValue(String, Int32)
Public methodGetObjectData
Public methodGetStringValue
Public methodGetSubSetting
Public methodGetValue
Public methodStatic memberLoadGlobalSettings
Protected methodOnDeserialization
Public methodRearrangeSetting
Public methodRefreshSubentries
Public methodRemoveSetting
Public methodStatic memberSaveGlobalSettings()()()()
Public methodStatic memberSaveGlobalSettings(String)
Public methodSetValue
Public methodStatic memberShutDown
GlobalSettings has registered the Application.ApplicationExit event. This call saves the settings and unregisters the event.

Explicit Interface Implementations

See Also