C# 클래스 RockWeb.Blocks.Crm.PersonDirectory

상속: Rock.Web.UI.RockBlock
파일 보기 프로젝트 열기: NewSpring/Rock

보호된 프로퍼티들

프로퍼티 타입 설명
_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