C# Class BindaTests.Helpers.TestBindaStrategy

Inheritance: Binda.BindaStrategy
Afficher le fichier Open project: minton/binda Class Usage Examples

Méthodes publiques

Свойство Type Description
WasBound bool
WasSet bool

Méthodes publiques

Méthode 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 méthode

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

GetControlValue() public méthode

public GetControlValue ( Control control ) : object
control System.Windows.Forms.Control
Résultat object

SetControlValue() public méthode

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

Property Details

WasBound public_oe property

public bool WasBound
Résultat bool

WasSet public_oe property

public bool WasSet
Résultat bool