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
Syntaxbool IsLoaded(
DomainObject obj
)
Function IsLoaded (
obj As DomainObject
) As Boolean
bool IsLoaded(
DomainObject^ obj
)
abstract IsLoaded :
obj : DomainObject -> bool
Parameters
- obj
- Type: Aloe.SystemFrameworks.DomainDomainObject
Return Value
Type:
BooleanWhether the property is loaded.
See Also