Click or drag to resize

ILazyProperty Interface

Represents a property, whose value can be preloaded for a sequence of objects.

Namespace:  Aloe.SystemFrameworks.Domain.Repositories
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public interface ILazyProperty

The ILazyProperty type exposes the following members.

Methods
  NameDescription
Public methodIsLoaded
Determines whether the property value is loaded for the specified object
Public methodPreloadValueForObjects
Pre-loads the value of the property for the specified sequence of objects.
Top
See Also