Click or drag to resize
AppSettingTValue Class
Defined lazy initialized boolean setting
Inheritance Hierarchy
SystemObject
  CMS.BaseAbstractCMSLazy
    CMS.BaseCMSLazyTValue
      CMS.BaseAppSettingTValue
        CMS.BaseBoolAppSetting
        CMS.BaseIntAppSetting
        CMS.BaseStringAppSetting

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 9.0.0
Syntax
C#
public class AppSetting<TValue> : CMSLazy<TValue>

Type Parameters

TValue

The AppSettingTValue type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyAllowCloneForNewThread
If true, the item is copied for the new thread
(Inherited from CMSLazyTValue.)
Protected propertyConverter
Conversion function
Public propertyDefaultValue
Default value
(Inherited from CMSLazyTValue.)
Public propertyDefaultValueInitializer
Function to retrieve the default value
Protected propertyInitializer
Value initialization function
(Inherited from CMSLazyTValue.)
Public propertyIsValueCreated
Returns true if the value was already created
(Inherited from CMSLazyTValue.)
Public propertyKeyName
Settings key name
Public propertyMasterKeyName
Defines the master key name which is used in case the key name value is not found
Public propertyRequestStockKey
Defines the key under which the object value should be stored in the request stock helper. If set, the object exists only within the particular request
(Inherited from CMSLazyTValue.)
Public propertyValue
Gets or sets the object value
(Inherited from CMSLazyTValue.)
Top
Methods
See Also