C# Class BindaTests.Helpers.TestBindaStrategy

Inheritance: Binda.BindaStrategy
Show file Open project: minton/binda Class Usage Examples

Public Properties

Property Type Description
WasBound bool
WasSet bool

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 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

Property Details

WasBound public property

public bool WasBound
return bool

WasSet public property

public bool WasSet
return bool