C# Класс RockWeb.Blocks.Crm.PersonDirectory

Наследование: Rock.Web.UI.RockBlock
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
_familyCol1Class string
_familyCol2Class string
_familyCol3Class string
_peopleCol1Class string
_peopleCol2Class string
_peopleCol3Class string
_peopleCol4Class string

Защищенные методы

Метод Описание
Block_BlockUpdated ( object sender, EventArgs e ) : void

Handles the BlockUpdated event of the control.

OnInit ( EventArgs e ) : void

Raises the E:System.Web.UI.Control.Init event.

OnLoad ( EventArgs e ) : void

Raises the E:System.Web.UI.Control.Load event.

btnOptOutIn_Click ( object sender, EventArgs e ) : void
lbClear_Click ( object sender, EventArgs e ) : void
lbSearch_Click ( object sender, EventArgs e ) : void

Приватные методы

Метод Описание
BindData ( ) : void
BindFamilies ( RockContext rockContext, IQueryable personQry, IQueryable dataviewPersonIdQry ) : void
BindPeople ( RockContext rockContext, IQueryable personQry ) : void
BuildLetters ( ) : void
LoadPhoneNumbers ( RockContext rockContext, List personIds ) : void
OptInOutPerson ( RockContext rockContext, Person person, bool optIn ) : void
SetColumnWidths ( ) : void
ShowMessages ( List messages ) : void
lbLetter_Click ( object sender, EventArgs e ) : void
rptFamilies_ItemDataBound ( object sender, RepeaterItemEventArgs e ) : void
rptPeople_ItemDataBound ( object sender, RepeaterItemEventArgs e ) : void

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

Block_BlockUpdated() защищенный Метод

Handles the BlockUpdated event of the control.
protected Block_BlockUpdated ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
Результат void

OnInit() защищенный Метод

Raises the E:System.Web.UI.Control.Init event.
protected OnInit ( EventArgs e ) : void
e System.EventArgs An object that contains the event data.
Результат void

OnLoad() защищенный Метод

Raises the E:System.Web.UI.Control.Load event.
protected OnLoad ( EventArgs e ) : void
e System.EventArgs The object that contains the event data.
Результат void

btnOptOutIn_Click() защищенный Метод

protected btnOptOutIn_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
Результат void

lbClear_Click() защищенный Метод

protected lbClear_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
Результат void

lbSearch_Click() защищенный Метод

protected lbSearch_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
Результат void

Описание свойств

_familyCol1Class защищенное свойство

protected string _familyCol1Class
Результат string

_familyCol2Class защищенное свойство

protected string _familyCol2Class
Результат string

_familyCol3Class защищенное свойство

protected string _familyCol3Class
Результат string

_peopleCol1Class защищенное свойство

protected string _peopleCol1Class
Результат string

_peopleCol2Class защищенное свойство

protected string _peopleCol2Class
Результат string

_peopleCol3Class защищенное свойство

protected string _peopleCol3Class
Результат string

_peopleCol4Class защищенное свойство

protected string _peopleCol4Class
Результат string