C# Class MonoMobile.Views.Binding

Inheritance: BindingBase
Afficher le fichier Open project: rhwilburn/MVVM-for-Mono Class Usage Examples

Méthodes publiques

Méthode Description
Binding ( ) : System
Binding ( object source, string sourcePath, object target, string targetPath ) : System
Binding ( string targetPath ) : System
Binding ( string sourcePath, string targetPath ) : System

Method Details

Binding() public méthode

public Binding ( ) : System
Résultat System

Binding() public méthode

public Binding ( object source, string sourcePath, object target, string targetPath ) : System
source object
sourcePath string
target object
targetPath string
Résultat System

Binding() public méthode

public Binding ( string targetPath ) : System
targetPath string
Résultat System

Binding() public méthode

public Binding ( string sourcePath, string targetPath ) : System
sourcePath string
targetPath string
Résultat System