Click or drag to resize
Grid Solutions Framework

BulkSequenceCalculatorUseBadQualityData Property

Gets or sets flag that determines if calculations should use data even when the bad quality flag is set. When value is false and any input has bad quality, calculation will be skipped.

Namespace:  PowerCalculations
Assembly:  PowerCalculations (in PowerCalculations.dll) Version: 2.4.97-beta
Syntax
[ConnectionStringParameterAttribute]
[DefaultValueAttribute(false)]
public bool UseBadQualityData { get; set; }
Request Example View Source

Property Value

Type: Boolean
See Also