C# 클래스 Binda.TreeViewBindaStrategy

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

공개 메소드들

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

비공개 메소드들

메소드 설명
GetChildItems ( object source, string propertyName ) : IEnumerable
GetChildNodes ( IEnumerable values, string propertyName ) : System.Windows.Forms.TreeNode[]

메소드 상세

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