Click or drag to resize
IntAppSetting Class
Defined lazy initialized integer setting
Inheritance Hierarchy
SystemObject
  CMS.BaseAbstractCMSLazy
    CMS.BaseCMSLazyInt32
      CMS.BaseAppSettingInt32
        CMS.BaseIntAppSetting

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
public class IntAppSetting : AppSetting<int>

The IntAppSetting type exposes the following members.

Constructors
  NameDescription
Public methodIntAppSetting
Constructor
Top
Methods
  NameDescription
Protected methodCanInitialize
Returns true, if the object value can initialize
(Inherited from CMSLazyTValue.)
Protected methodConvertValue
Converts the value to a proper type
(Overrides AppSettingTValueConvertValue(Object, TValue).)
Public methodFromItems
Gets the lazy value from the given items
(Inherited from CMSLazyTValue.)
Protected methodNewValue
Initializes a new value
(Inherited from AppSettingTValue.)
Public methodReset
Resets the state of the object to re-initialize the value on the next request
(Inherited from CMSLazyTValue.)
Public methodToString
Returns value converted to string.
(Inherited from AppSettingTValue.)
Top
Extension Methods
  NameDescription
Public Extension MethodAsValue
Converts object to a query value which can be used as a query parameter
(Defined by QueryExtensions.)
Public Extension MethodGetAPIString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodGetString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodToBoolean
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDateTime
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDouble
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToGuid
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToInteger
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToString
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.)
Top
Properties
  NameDescription
Public propertyAllowCloneForNewThread
If true, the item is copied for the new thread
(Inherited from CMSLazyTValue.)
Protected propertyConverter
Conversion function
(Inherited from AppSettingTValue.)
Public propertyDefaultValue
Default value
(Inherited from CMSLazyTValue.)
Public propertyDefaultValueInitializer
Function to retrieve the default value
(Inherited from AppSettingTValue.)
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
(Inherited from AppSettingTValue.)
Public propertyMasterKeyName
Defines the master key name which is used in case the key name value is not found
(Inherited from AppSettingTValue.)
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
See Also