Click or drag to resize
IntRequestStockValue Class
Integer request stock value
Inheritance Hierarchy
SystemObject
  CMS.BaseAbstractCMSLazy
    CMS.BaseCMSLazyInt32
      CMS.BaseRequestStockValueInt32
        CMS.BaseIntRequestStockValue

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 9.0.0
Syntax
C#
public class IntRequestStockValue : RequestStockValue<int>

The IntRequestStockValue type exposes the following members.

Constructors
  NameDescription
Public methodIntRequestStockValue
Constructor
Top
Properties
  NameDescription
Public propertyAllowCloneForNewThread
If true, the item is copied for the new thread
(Inherited from CMSLazyTValue.)
Public propertyDefaultValue
Default value
(Inherited from CMSLazyTValue.)
Protected propertyInitializer
Value initialization function
(Inherited from CMSLazyTValue.)
Public propertyIsValueCreated
Returns true if the value was already created
(Inherited from CMSLazyTValue.)
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
Operators
  NameDescription
Public operatorStatic memberDecrement
Implicit operator for conversion of the lazy object to its value type
Public operatorStatic memberIncrement
Implicit operator for conversion of the lazy object to its value type
Top
See Also