C# 클래스 MonoTouch.Dialog.BindAttribute

상속: Attribute
파일 보기 프로젝트 열기: escoz/MonoTouch.MVVM

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
BindAttribute ( ) : System
BindAttribute ( string targetPath ) : System
BindAttribute ( string sourcePath, string targetPath ) : System

메소드 상세

BindAttribute() 공개 메소드

public BindAttribute ( ) : System
리턴 System

BindAttribute() 공개 메소드

public BindAttribute ( string targetPath ) : System
targetPath string
리턴 System

BindAttribute() 공개 메소드

public BindAttribute ( string sourcePath, string targetPath ) : System
sourcePath string
targetPath string
리턴 System