C# 클래스 BindaTests.Helpers.TestBindaStrategy

상속: Binda.BindaStrategy
파일 보기 프로젝트 열기: minton/binda 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
WasBound bool
WasSet bool

공개 메소드들

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

메소드 상세

BindControl() 공개 메소드

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

GetControlValue() 공개 메소드

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

SetControlValue() 공개 메소드

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

프로퍼티 상세

WasBound 공개적으로 프로퍼티

public bool WasBound
리턴 bool

WasSet 공개적으로 프로퍼티

public bool WasSet
리턴 bool