C# Класс Adf.Web.Binding.DateTimePersister

Represents a persister for a System.Web.UI.WebControls.Calendar and Adf.Web.UI.DateTextBox. Provides method to persist the date of a System.Web.UI.WebControls.Calendar or Adf.Web.UI.DateTextBox.
Наследование: IControlPersister
Показать файл Открыть проект

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

Метод Описание
Persist ( object bindableObject, PropertyInfo pi, object control ) : void

Persists the date of the specified System.Web.UI.WebControls.Calendar or Adf.Web.UI.DateTextBox to the specified property of the specified object.

Описание методов

Persist() публичный Метод

Persists the date of the specified System.Web.UI.WebControls.Calendar or Adf.Web.UI.DateTextBox to the specified property of the 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 or /// , the date of which is to persist.
Результат void