C# 클래스 Adf.Web.Binding.CheckBoxPersister

Represents a persister for a System.Web.UI.WebControls.CheckBox. Provides method to persist the value of the 'Checked' property of a System.Web.UI.WebControls.CheckBox.
상속: IControlPersister
파일 보기 프로젝트 열기: NLADP/ADF

공개 메소드들

메소드 설명
Persist ( object bindableObject, PropertyInfo pi, object control ) : void

Persists the value of the 'Checked' property of the specified System.Web.UI.WebControls.CheckBox to a specified property of a specified object.

메소드 상세

Persist() 공개 메소드

Persists the value of the 'Checked' property of the specified System.Web.UI.WebControls.CheckBox to a specified property of a specified object.
public Persist ( object bindableObject, PropertyInfo pi, object control ) : void
bindableObject object The object where to persist.
pi System.Reflection.PropertyInfo The property of the object where to persist.
control object The control /// of which the 'Checked' property is to persist.
리턴 void