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
Syntaxbool NeedsLoading(
ILazyObject obj
)
Function NeedsLoading (
obj As ILazyObject
) As Boolean
bool NeedsLoading(
ILazyObject^ obj
)
abstract NeedsLoading :
obj : ILazyObject -> bool
Parameters
- obj
- Type: Aloe.SystemFrameworks.DomainILazyObject
Return Value
Type:
Booleantrue when the specified object is loaded.
See Also