Click or drag to resize

ILazyObjectCheckPreloadStatusFirst Property

Gets a value indicating whether the framework should first check the preload status for each object, passing to preload only the not-loaded objects.

Namespace:  Aloe.SystemFrameworks.Domain
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
bool CheckPreloadStatusFirst { get; }

Property Value

Type: Boolean
true to check preload status first; otherwise, false.
Remarks
See Also