C# Class MonoMobile.Views.Binding

Inheritance: BindingBase
Exibir arquivo Open project: rhwilburn/MVVM-for-Mono Class Usage Examples

Public Methods

Method 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 method

public Binding ( ) : System
return System

Binding() public method

public Binding ( object source, string sourcePath, object target, string targetPath ) : System
source object
sourcePath string
target object
targetPath string
return System

Binding() public method

public Binding ( string targetPath ) : System
targetPath string
return System

Binding() public method

public Binding ( string sourcePath, string targetPath ) : System
sourcePath string
targetPath string
return System