C# 클래스 Binda.BindaStrategy

파일 보기 프로젝트 열기: minton/binda 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
ControlPrefix string

공개 메소드들

메소드 설명
BindControl ( Control control, object source, string propertyName ) : void
GetControlValue ( Control control ) : object
SetControlValue ( Control control, object source, string propertyName ) : void

메소드 상세

BindControl() 공개 추상적인 메소드

public abstract BindControl ( Control control, object source, string propertyName ) : void
control System.Windows.Forms.Control
source object
propertyName string
리턴 void

GetControlValue() 공개 추상적인 메소드

public abstract GetControlValue ( Control control ) : object
control System.Windows.Forms.Control
리턴 object

SetControlValue() 공개 추상적인 메소드

public abstract SetControlValue ( Control control, object source, string propertyName ) : void
control System.Windows.Forms.Control
source object
propertyName string
리턴 void

프로퍼티 상세

ControlPrefix 보호되어 있는 프로퍼티

protected string ControlPrefix
리턴 string