C# Class Binda.DefaultBindaStrategy

Inheritance: BindaStrategy
Afficher le fichier Open project: minton/binda

Méthodes publiques

Méthode Description
BindControl ( Control control, object source, string propertyName ) : void
DefaultBindaStrategy ( string controlPropertyName ) : System.Windows.Forms
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

DefaultBindaStrategy() public méthode

public DefaultBindaStrategy ( string controlPropertyName ) : System.Windows.Forms
controlPropertyName string
Résultat System.Windows.Forms

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