Click or drag to resize
ValidationModelHelperFindViewModelForRecord Property
Gets the method that can convert from a ValidationResult.Record object to a view model object.

Namespace: VirtualRadar.Interface.View
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Func<ValidationResult, Object> FindViewModelForRecord { get; }

Property Value

Type: FuncValidationResult, Object
Remarks
This is only required if the presenter returns ValidationResults that use the Record property.
See Also