CADability dotNET

The Settings type exposes the following members.

Constructors

  NameDescription
Public methodSettings()()()()
Public methodSettings(String)
Protected methodSettings(SerializationInfo, StreamingContext)
Constructor required by deserialization

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.

Fields

  NameDescription
Public fieldStatic memberGlobalSettings
The global settings contain many different settings or configurations for the program execution. The settings are displayed in the "global" tab of the controlcenter. User code may add or remove settings. AddSetting(String, Object).
Protected fieldmyName

Properties

  NameDescription
Public propertyColorList
Public propertyDimensionStyleList
Public propertyEntryType
Overrides EntryType, returns GroupTitle.
(Overrides IShowPropertyImpl..::..EntryType.)
Public propertyHatchStyleList
Public propertyHelpLink (Overrides IShowPropertyImpl..::..HelpLink.)
Public propertyLayerList
Public propertyLinePatternList
Public propertyLineWidthList
Public propertyModified
Public propertyStyleList
Public propertySubEntries
Overrides SubEntries, returns the subentries in this property view.
(Overrides IShowPropertyImpl..::..SubEntries.)
Public propertySubEntriesCount
Overrides SubEntriesCount, returns the number of subentries in this property view.
(Overrides IShowPropertyImpl..::..SubEntriesCount.)

Events

  NameDescription
Public eventSettingChangedEvent

Explicit Interface Implementations

See Also