C# 클래스 SourceGrid.Cells.Controllers.BindProperty

Summary description for BindProperty.
상속: ControllerBase
파일 보기 프로젝트 열기: zhuangyy/Motion 1 사용 예제들

공개 메소드들

메소드 설명
BindProperty ( System p_Property, object p_LinkObject ) : System

Constructor

OnValueChanged ( CellContext sender, EventArgs e ) : void

OnValueChanged

보호된 메소드들

메소드 설명
BindValueAtProperty ( System p_Property, object p_LinkObject ) : void

Bind the cell's value with the property p_Property of the object p_LinkObject when the cell's value change also the property change

UnBindValueAtProperty ( ) : void

UnBind the cell with the property

메소드 상세

BindProperty() 공개 메소드

Constructor
public BindProperty ( System p_Property, object p_LinkObject ) : System
p_Property System Property of the object that you want to lint to the cell. When the value of the cell changed this behavior call automatically this property.
p_LinkObject object Instance of the object to link
리턴 System

BindValueAtProperty() 보호된 메소드

Bind the cell's value with the property p_Property of the object p_LinkObject when the cell's value change also the property change
protected BindValueAtProperty ( System p_Property, object p_LinkObject ) : void
p_Property System linked property
p_LinkObject object Can be null to call static property
리턴 void

OnValueChanged() 공개 메소드

OnValueChanged
public OnValueChanged ( CellContext sender, EventArgs e ) : void
sender CellContext
e System.EventArgs
리턴 void

UnBindValueAtProperty() 보호된 메소드

UnBind the cell with the property
protected UnBindValueAtProperty ( ) : void
리턴 void