TransformIsConfigured Property

Gets a value indicating whether this instance is configured properly. When overriding, always check the value on the base class first.

Namespace:  Dundas.BI.Data.Transforms
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.1.0.1001)
Syntax
public virtual bool IsConfigured { get; }

Property Value

Type: Boolean
if this instance is configured; otherwise, .
Remarks
Transforms that require configuration should override this property and analyze their settings accordingly.
See Also