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)
Syntaxpublic FieldAnomalyArgs(
FieldAnomaly anomaly,
OperationType op,
string postbackValue
)
Public Sub New (
anomaly As FieldAnomaly,
op As OperationType,
postbackValue As String
)
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