Click or drag to resize
ValidationResult Constructor (Object, ValidationField, String)
Creates a new object.

Namespace: VirtualRadar.Interface.View
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public ValidationResult(
	Object record,
	ValidationField field,
	string message
)

Parameters

record
Type: SystemObject
field
Type: VirtualRadar.Interface.ViewValidationField
message
Type: SystemString
See Also