C# Class MonoTouch.Dialog.BindAttribute

Inheritance: Attribute
显示文件 Open project: escoz/MonoTouch.MVVM

Private Properties

Property Type Description

Public Methods

Method Description
BindAttribute ( ) : System
BindAttribute ( string targetPath ) : System
BindAttribute ( string sourcePath, string targetPath ) : System

Method Details

BindAttribute() public method

public BindAttribute ( ) : System
return System

BindAttribute() public method

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

BindAttribute() public method

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