C# Class Binda.DefaultBindaStrategy

Inheritance: BindaStrategy
Show file Open project: minton/binda

Public Methods

Method Description
BindControl ( Control control, object source, string propertyName ) : void
DefaultBindaStrategy ( string controlPropertyName ) : System.Windows.Forms
GetControlValue ( Control control ) : object
SetControlValue ( Control control, object source, string propertyName ) : void

Method Details

BindControl() public method

public BindControl ( Control control, object source, string propertyName ) : void
control System.Windows.Forms.Control
source object
propertyName string
return void

DefaultBindaStrategy() public method

public DefaultBindaStrategy ( string controlPropertyName ) : System.Windows.Forms
controlPropertyName string
return System.Windows.Forms

GetControlValue() public method

public GetControlValue ( Control control ) : object
control System.Windows.Forms.Control
return object

SetControlValue() public method

public SetControlValue ( Control control, object source, string propertyName ) : void
control System.Windows.Forms.Control
source object
propertyName string
return void