Click or drag to resize

FieldAnomalyArgs Constructor (FieldAnomaly, OperationType, String)

Constructor.

Namespace:  NetQuarry.Data
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public FieldAnomalyArgs(
	FieldAnomaly anomaly,
	OperationType op,
	string postbackValue
)

Parameters

anomaly
Type: NetQuarry.Data.FieldAnomaly
The anomaly being reported.
op
Type: NetQuarry.Data.OperationType
The operation being performed.
postbackValue
Type: System.String
The posted back value for the field.
See Also