C# Класс Rock.Web.UI.Controls.GroupPickerField

Наследование: RockTemplateField, INotRowSelectedField
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
GroupPickerField ( ) : System

Initializes a new instance of the GroupPickerField class.

Initialize ( bool sortingEnabled, Control control ) : bool

Performs basic instance initialization for a data control field.

OnGroupSelect ( GroupPickerRowEventArgs e ) : void

Raises the E:GroupSelect event.

groupPickerFieldTemplate_GroupSelect ( object sender, GroupPickerRowEventArgs e ) : void

Handles the GroupSelect event of the groupPickerFieldTemplate control.

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

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

Initializes a new instance of the GroupPickerField class.
public GroupPickerField ( ) : System
Результат System

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

Performs basic instance initialization for a data control field.
public Initialize ( bool sortingEnabled, Control control ) : bool
sortingEnabled bool A value that indicates whether the control supports the sorting of columns of data.
control System.Web.UI.Control The data control that owns the .
Результат bool

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

Raises the E:GroupSelect event.
public OnGroupSelect ( GroupPickerRowEventArgs e ) : void
e GroupPickerRowEventArgs The instance containing the event data.
Результат void

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

Handles the GroupSelect event of the groupPickerFieldTemplate control.
public groupPickerFieldTemplate_GroupSelect ( object sender, GroupPickerRowEventArgs e ) : void
sender object The source of the event.
e GroupPickerRowEventArgs The instance containing the event data.
Результат void