MasterDetailCollectionTMaster, TDetailIsLoaded Property |
Gets a value indicating whether the object list is loaded.
Namespace:
Aloe.SystemFrameworks.Domain
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic bool IsLoaded { get; }
Public ReadOnly Property IsLoaded As Boolean
Get
public:
property bool IsLoaded {
bool get ();
}
member IsLoaded : bool with get
Property Value
Type:
Booleantrue if the object list is loaded; otherwise,
false.
See Also