CMSLazy<TValue> Methods |
The CMSLazy< TValue> generic type exposes the following members.
Name | Description | |
---|---|---|
![]() | CanInitialize |
Returns true, if the object value can initialize
|
![]() | FromItems |
Gets the lazy value from the given items
|
![]() | NewValue |
Creates a new value using the initializer
|
![]() | Reset |
Resets the state of the object to re-initialize the value on the next request
(Overrides AbstractCMSLazy.Reset().) |