Click or drag to resize
FileNameStringBinderTModel Constructor
Creates a new object.

Namespace: VirtualRadar.WinForms.PortableBinding
Assembly: VirtualRadar.WinForms (in VirtualRadar.WinForms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public FileNameStringBinder(
	TModel model,
	FileNameControl control,
	Expression<Func<TModel, string>> getModelValue,
	Action<TModel, string> setModelValue
)

Parameters

model
Type: TModel
control
Type: VirtualRadar.WinForms.ControlsFileNameControl
getModelValue
Type: System.Linq.ExpressionsExpressionFuncTModel, String
setModelValue
Type: SystemActionTModel, String
See Also