DataCollectorBaseIsReady Property |
Gets a value indicating whether this instance is ready. By default this property always returns false. Implement
this property in a derived class to check whether all information has been gatherered.
Namespace: SD.LLBLGen.Pro.Core.GeneralDataStructuresAssembly: SD.LLBLGen.Pro.Core (in SD.LLBLGen.Pro.Core.dll) Version: 5.0.0.0 (5.0.0)
Syntax [BrowsableAttribute(false)]
public virtual bool IsReady { get; }
<BrowsableAttribute(false)>
Public Overridable ReadOnly Property IsReady As Boolean
Get
Property Value
Type:
BooleanSee Also