C# Class Binda.ListControlBindaStrategy

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

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

Méthodes protégées

Méthode Description
GetCollection ( object source, string propertyName, object value ) : IList

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

GetCollection() protected méthode

protected GetCollection ( object source, string propertyName, object value ) : IList
source object
propertyName string
value object
Résultat IList

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