ISettings Interface |
Namespace: AskiaPortalCmn.Common
The ISettings type exposes the following members.
Name | Description | |
---|---|---|
IsModified |
Flag to indicates if the object
has been modified since his initialization.
| |
ItemSettingsKey |
Gets the AskiaPortal settings item with the specified
key.
| |
ItemString, NullableGuid |
Gets the settings item with the specified
key/module.
|
Name | Description | |
---|---|---|
Change(SettingsKey, String) |
Change the value of the specified AskiaPortal settings item. It will not save the change in the database unless you explicitly call the Save method. | |
Change(String, String, NullableGuid) |
Change the value of the specified settings item. It will not save the change in the database unless you explicitly call the Save method. | |
Contains(SettingsKey) |
Indicates if the AskiaPortal item
with the specified key is contains
in settings or on his inheritance.
| |
Contains(String, NullableGuid) |
Indicates if the item
with the specified key/module is contains
in settings or on his inheritance.
| |
GetAllItems |
Returns all settings items.
| |
GetItems |
Returns the settings items of
the specified module guid.
| |
Reload |
Reload the settings using
the current database values.
| |
Remove(SettingsKey) |
Remove the specified AskiaPortal settings item. It will not save the change in the database unless you explicitly call the Save method. | |
Remove(String, NullableGuid) |
Remove the specified settings item. It will not save the change in the database unless you explicitly call the Save method. | |
RemoveAll |
Remove all settings of the specified module. It will not save the change in the database unless you explicitly call the Save method. | |
Save |
Save the modification in the database
if the object has been modified.
|