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
)
Public Sub New (
anomaly As FieldAnomaly,
op As OperationType,
postbackValue As String
)
Parameters
- anomaly
- Type: NetQuarry.DataFieldAnomaly
The anomaly being reported. - op
- Type: NetQuarry.DataOperationType
The operation being performed. - postbackValue
- Type: SystemString
The posted back value for the field.
See Also