TheCDESettings Methods
The TheCDESettings type exposes the following members.
Methods
Name | Description | |
---|---|---|
CloneBase |
Clonse an incoming object into this object
(Inherited from TheDataBase.) |
|
DeleteAppSetting |
Deletes an app.config setting if the C-DEngine can write to the config file
|
|
Equals(System.Object) | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
FireEvent |
Fire an Event on a property
(Inherited from TheDataBase.) |
|
GetAppSetting |
Gets a setting from the Settings Factory of the C-DEngine
|
|
GetHashCode | (Inherited from Object.) | |
GetHiddenKeyList |
Returns a list of hidden keys for NMI and other plugins
|
|
GetSetting |
Returns a setting either known in the current Settings array or set as an environment variable or in App.Config
First it looks into App.config and if this does not contain the setting it falls back to the existing TheBaseAssets.MyCmdArgs and if that does not have the entry it looks in the environment variables.
|
|
GetType | (Inherited from Object.) | |
HasSetting |
Determines whether the specified p setting has setting.
|
|
IsEventRegistered |
Returns true if the requested eThingEvents has registered callbacks
(Inherited from TheDataBase.) |
|
IsNodeTrusted |
Checks if a node (ID) is trustd
|
|
MemberwiseClone | (Inherited from Object.) | |
NotifyMirror |
If called from a derived class and the class was stored in a StorageMirror, this method will call the "NotifyOfUpdate" method in the StorageMirror to inform all Notification Clients that this record has changed.
This is VERY Expensive! Do not call too often!
This does not work with StorageMirrors that require a PostSalt (unique table name)
(Inherited from TheDataBase.) |
|
OnPropertyChanged | (Inherited from TheBindableBase.) | |
ReadAllAppSettings |
Reads all App Settings in the given argList
|
|
RegisterEvent |
Register a callback that will be fired on a Property Event
(Inherited from TheDataBase.) |
|
RegisterEvent2 |
Register a callback that will be fired on a Property Event
(Inherited from TheDataBase.) |
|
SetProperty``1 | (Inherited from TheBindableBase.) | |
SetSetting |
Sets a new App Setting that will be stored encrypted in the local cdeTPI
|
|
SetSettings |
Stores a list of new settings in the local cdeTPI
|
|
ToString | (Inherited from Object.) | |
UnregisterEvent |
Unregister a previously registered callback
(Inherited from TheDataBase.) |
|
UnregisterEvent2 |
Unregister a previously registered callback
(Inherited from TheDataBase.) |
|
UpdateLocalSettings |
Updates the local cdeTPI file with the current HSI settings
|