Click or drag to resize
CMSLazyTValue Class
Provides lazy initialization
Inheritance Hierarchy
SystemObject
  CMS.BaseAbstractCMSLazy
    CMS.BaseCMSLazyTValue
      More...

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

Type Parameters

TValue

The CMSLazyTValue type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyAllowCloneForNewThread
If true, the item is copied for the new thread
Public propertyDefaultValue
Default value
Protected propertyInitializer
Value initialization function
Public propertyIsValueCreated
Returns true if the value was already created
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
Public propertyValue
Gets or sets the object value
Top
Methods
  NameDescription
Protected methodCanInitialize
Returns true, if the object value can initialize
Public methodFromItems
Gets the lazy value from the given items
Protected methodNewValue
Creates a new value using the initializer
Public methodReset
Resets the state of the object to re-initialize the value on the next request
(Overrides AbstractCMSLazyReset.)
Top
Operators
See Also
Inheritance Hierarchy
SystemObject
  CMS.BaseAbstractCMSLazy
    CMS.BaseCMSLazyTValue
      CMS.BaseAppSettingTValue
      CMS.BaseBoolDebugSetting
      CMS.BaseCMSRegex
      CMS.BaseDebugLogFile
      CMS.BaseLazyObjectObjectType
      CMS.BaseRequestStockValueTValue