C# Class Binda.ListControlBindaStrategy

Inheritance: BindaStrategy
Show file Open project: minton/binda

Public Methods

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

Protected Methods

Method Description
GetCollection ( object source, string propertyName, object value ) : IList

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

GetCollection() protected method

protected GetCollection ( object source, string propertyName, object value ) : IList
source object
propertyName string
value object
return IList

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