Click or drag to resize

ILazyPropertyIsLoaded Method

Determines whether the property value is loaded for the specified object

Namespace:  Aloe.SystemFrameworks.Domain.Repositories
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
bool IsLoaded(
	DomainObject obj
)

Parameters

obj
Type: Aloe.SystemFrameworks.DomainDomainObject

Return Value

Type: Boolean
Whether the property is loaded.
See Also