ValidationModelHelperFindViewModelForRecord Property |
Gets the method that can convert from a
ValidationResult.Record object to a view model object.
Namespace: VirtualRadar.Interface.ViewAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Func<ValidationResult, Object> FindViewModelForRecord { get; }
Public ReadOnly Property FindViewModelForRecord As Func(Of ValidationResult, Object)
Get
public:
property Func<ValidationResult^, Object^>^ FindViewModelForRecord {
Func<ValidationResult^, Object^>^ get ();
}
member FindViewModelForRecord : Func<ValidationResult, Object> with get
Property Value
Type:
FuncValidationResult,
ObjectRemarks
This is only required if the presenter returns
ValidationResults that use the Record
property.
See Also