Click or drag to resize

IConfigItem Interface

Item in the Config database table.
This item is accessible through Config

Namespace:  AskiaPortalCmn.Configuration
Assembly:  AskiaPortalCmn (in AskiaPortalCmn.dll) Version: 1.7.0-build068
Syntax
public interface IConfigItem

The IConfigItem type exposes the following members.

Properties
  NameDescription
Public propertyKey
Key of the configuration item.
Public propertyModuleGuid
Module Guid of the configuration item.
Public propertyReference
Indicates which entity is referenced by this configuration item.
Public propertyType
Indicates the accepted type of value for this configuration item.
Public propertyValue
Return the value of the config item dynamically cast with the right type.
Public propertyValueAsBool
Return the value of the config item as boolean.
Public propertyValueAsDouble
Return the value of the config item as double.
Public propertyValueAsGuid
Return the value of the config item as GUID.
Public propertyValueAsInt
Return the value of the config item as integer.
Public propertyValueAsString
Return the value of the config item as string.
Top
See Also