C# Class Binda.BindaStrategy

Afficher le fichier Open project: minton/binda Class Usage Examples

Protected Properties

Свойство Type Description
ControlPrefix string

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

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

GetControlValue() public abstract méthode

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

SetControlValue() public abstract méthode

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

Property Details

ControlPrefix protected_oe property

protected string ControlPrefix
Résultat string