Click or drag to resize

ILazyObjectNeedsLoading Method

Returns true when the speicfied ILazyObject needs loading.

Namespace:  Aloe.SystemFrameworks.Domain
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
bool NeedsLoading(
	ILazyObject obj
)

Parameters

obj
Type: Aloe.SystemFrameworks.DomainILazyObject

Return Value

Type: Boolean
true when the specified object is loaded.
See Also