C# 클래스 Binda.ListControlBindaStrategy

상속: BindaStrategy
파일 보기 프로젝트 열기: minton/binda

공개 메소드들

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

보호된 메소드들

메소드 설명
GetCollection ( object source, string propertyName, object value ) : IList

메소드 상세

BindControl() 공개 메소드

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

GetCollection() 보호된 메소드

protected GetCollection ( object source, string propertyName, object value ) : IList
source object
propertyName string
value object
리턴 IList

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