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.GeneralDataStructures
Assembly:
SD.LLBLGen.Pro.Core (in SD.LLBLGen.Pro.Core.dll) Version: 5.2.0.0 (5.2.17.0403)
Syntax [BrowsableAttribute(false)]
public virtual bool IsReady { get; }
<BrowsableAttribute(false)>
Public Overridable ReadOnly Property IsReady As Boolean
Get
Property Value
Type:
BooleanSee Also