IConfigItem Interface |
Item in the Config database table.
This item is accessible through Config
Namespace: AskiaPortalCmn.Configuration
The IConfigItem type exposes the following members.
Name | Description | |
---|---|---|
![]() | Key |
Key of the configuration item.
|
![]() | ModuleGuid |
Module Guid of the configuration item.
|
![]() | Reference |
Indicates which entity is referenced
by this configuration item.
|
![]() | Type |
Indicates the accepted type of value
for this configuration item.
|
![]() | Value |
Return the value of the config item dynamically
cast with the right type.
|
![]() | ValueAsBool |
Return the value of the config item as boolean.
|
![]() | ValueAsDouble |
Return the value of the config item as double.
|
![]() | ValueAsGuid |
Return the value of the config item as GUID.
|
![]() | ValueAsInt |
Return the value of the config item as integer.
|
![]() | ValueAsString |
Return the value of the config item as string.
|