C# Класс SourceGrid.Cells.Controllers.BindProperty

Summary description for BindProperty.
Наследование: ControllerBase
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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