C# Class Binda.BindaStrategy

Show file Open project: minton/binda Class Usage Examples

Protected Properties

Property Type Description
ControlPrefix string

Public Methods

Method Description
BindControl ( Control control, object source, string propertyName ) : void
GetControlValue ( Control control ) : object
SetControlValue ( Control control, object source, string propertyName ) : void

Method Details

BindControl() public abstract method

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

GetControlValue() public abstract method

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

SetControlValue() public abstract method

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

Property Details

ControlPrefix protected property

protected string ControlPrefix
return string