C# Class Binda.KeyValueListStrategy

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

Méthodes publiques

Méthode Description
GetControlValue ( Control control ) : object
SetControlValue ( Control control, object source, string propertyName ) : void

Method Details

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