C# Class Binda.TreeViewBindaStrategy

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

Private Methods

Method Description
GetChildItems ( object source, string propertyName ) : IEnumerable
GetChildNodes ( IEnumerable values, string propertyName ) : System.Windows.Forms.TreeNode[]

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

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