C# 클래스 RockWeb.Blocks.CheckIn.Attended.FamilySelect

상속: Rock.CheckIn.CheckInBlock
파일 보기 프로젝트 열기: CentralAZ/Rockit-CentralAZ

보호된 메소드들

메소드 설명
AddGroupMember ( int familyGroupId, Person person ) : GroupMember

Adds the group member.

AddVisitorGroupMemberRoles ( CheckInFamily family, int personId ) : void

Adds the visitor group member roles.

BindAbilityGrade ( DropDownList thisDDL ) : void

Binds the dropdown to a list of ability levels and grades.

CreateFamily ( string FamilyName ) : Group

Creates the family.

CreatePerson ( string firstName, string lastName, System.DateTime dob, int gender, string ability, string abilityGroup ) : Person

Adds a new person.

OnLoad ( EventArgs e ) : void

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

RefreshFamily ( ) : void

Refreshes the family.

SetAddPersonFields ( ) : void

Sets the add person fields.

lbAddFamily_Click ( object sender, EventArgs e ) : void

Handles the Click event of the lbAddFamily control.

lbAddPerson_Click ( object sender, EventArgs e ) : void

Handles the Click event of the lbAddPerson control.

lbAddVisitor_Click ( object sender, EventArgs e ) : void

Handles the Click event of the lbAddVisitor control.

lbBack_Click ( object sender, EventArgs e ) : void

Handles the Click event of the lbBack control.

lbNext_Click ( object sender, EventArgs e ) : void

Handles the Click event of the lbNext control.

lbPersonSearch_Click ( object sender, EventArgs e ) : void

Handles the Click event of the lbAddPersonSearch control.

lbSaveFamily_Click ( object sender, EventArgs e ) : void

Handles the Click event of the lbAddFamilySave control.

lbSavePerson_Click ( object sender, EventArgs e ) : void

Handles the Click event of the lbAddSearchedForPerson control.

lvAddFamily_ItemDataBound ( object sender, System.Web.UI.WebControls.ListViewItemEventArgs e ) : void

Handles the ItemDataBound event of the lvAddFamily control.

lvAddFamily_PagePropertiesChanging ( object sender, System.Web.UI.WebControls.PagePropertiesChangingEventArgs e ) : void

Handles the PagePropertiesChanging event of the lvAddFamily control.

lvFamily_ItemCommand ( object sender, System.Web.UI.WebControls.ListViewCommandEventArgs e ) : void

Handles the ItemCommand event of the lvFamily control.

lvFamily_ItemDataBound ( object sender, System.Web.UI.WebControls.ListViewItemEventArgs e ) : void

Handles the DataBound event of the lvFamily control.

lvFamily_PagePropertiesChanging ( object sender, System.Web.UI.WebControls.PagePropertiesChangingEventArgs e ) : void

Handles the PagePropertiesChanging event of the lvFamily control.

lvPerson_ItemDataBound ( object sender, System.Web.UI.WebControls.ListViewItemEventArgs e ) : void

Handles the ItemDataBound event of the lvPerson control.

lvPerson_PagePropertiesChanging ( object sender, System.Web.UI.WebControls.PagePropertiesChangingEventArgs e ) : void

Handles the PagePropertiesChanging event of the dpPerson control.

lvVisitor_ItemDataBound ( object sender, System.Web.UI.WebControls.ListViewItemEventArgs e ) : void

Handles the ItemDataBound event of the lvVisitor control.

lvVisitor_PagePropertiesChanging ( object sender, System.Web.UI.WebControls.PagePropertiesChangingEventArgs e ) : void

Handles the PagePropertiesChanging event of the dpVisitor control.

rGridPersonResults_AddExistingPerson ( object sender, System.Web.UI.WebControls.GridViewCommandEventArgs e ) : void

Handles the RowCommand event of the grdPersonSearchResults control.

rGridPersonResults_GridRebind ( object sender, EventArgs e ) : void

Handles the GridRebind event of the rGridPersonResults control.

비공개 메소드들

메소드 설명
BindPersonGrid ( ) : void

Binds the person search results grid.

ProcessFamily ( ) : void

Processes the family.

메소드 상세

AddGroupMember() 보호된 메소드

Adds the group member.
protected AddGroupMember ( int familyGroupId, Person person ) : GroupMember
familyGroupId int
person Person The person.
리턴 GroupMember

AddVisitorGroupMemberRoles() 보호된 메소드

Adds the visitor group member roles.
protected AddVisitorGroupMemberRoles ( CheckInFamily family, int personId ) : void
family Rock.CheckIn.CheckInFamily The family.
personId int The person id.
리턴 void

BindAbilityGrade() 보호된 메소드

Binds the dropdown to a list of ability levels and grades.
protected BindAbilityGrade ( DropDownList thisDDL ) : void
thisDDL System.Web.UI.WebControls.DropDownList
리턴 void

CreateFamily() 보호된 메소드

Creates the family.
protected CreateFamily ( string FamilyName ) : Group
FamilyName string Name of the family.
리턴 Group

CreatePerson() 보호된 메소드

Adds a new person.
protected CreatePerson ( string firstName, string lastName, System.DateTime dob, int gender, string ability, string abilityGroup ) : Person
firstName string The first name.
lastName string The last name.
dob System.DateTime
gender int The gender
ability string
abilityGroup string
리턴 Person

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

RefreshFamily() 보호된 메소드

Refreshes the family.
protected RefreshFamily ( ) : void
리턴 void

SetAddPersonFields() 보호된 메소드

Sets the add person fields.
protected SetAddPersonFields ( ) : void
리턴 void

lbAddFamily_Click() 보호된 메소드

Handles the Click event of the lbAddFamily control.
protected lbAddFamily_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
리턴 void

lbAddPerson_Click() 보호된 메소드

Handles the Click event of the lbAddPerson control.
protected lbAddPerson_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
리턴 void

lbAddVisitor_Click() 보호된 메소드

Handles the Click event of the lbAddVisitor control.
protected lbAddVisitor_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
리턴 void

lbBack_Click() 보호된 메소드

Handles the Click event of the lbBack control.
protected lbBack_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
리턴 void

lbNext_Click() 보호된 메소드

Handles the Click event of the lbNext control.
protected lbNext_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
리턴 void

lbPersonSearch_Click() 보호된 메소드

Handles the Click event of the lbAddPersonSearch control.
protected lbPersonSearch_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
리턴 void

lbSaveFamily_Click() 보호된 메소드

Handles the Click event of the lbAddFamilySave control.
protected lbSaveFamily_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
리턴 void

lbSavePerson_Click() 보호된 메소드

Handles the Click event of the lbAddSearchedForPerson control.
protected lbSavePerson_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
리턴 void

lvAddFamily_ItemDataBound() 보호된 메소드

Handles the ItemDataBound event of the lvAddFamily control.
protected lvAddFamily_ItemDataBound ( object sender, System.Web.UI.WebControls.ListViewItemEventArgs e ) : void
sender object The source of the event.
e System.Web.UI.WebControls.ListViewItemEventArgs The instance containing the event data.
리턴 void

lvAddFamily_PagePropertiesChanging() 보호된 메소드

Handles the PagePropertiesChanging event of the lvAddFamily control.
protected lvAddFamily_PagePropertiesChanging ( object sender, System.Web.UI.WebControls.PagePropertiesChangingEventArgs e ) : void
sender object The source of the event.
e System.Web.UI.WebControls.PagePropertiesChangingEventArgs The instance containing the event data.
리턴 void

lvFamily_ItemCommand() 보호된 메소드

Handles the ItemCommand event of the lvFamily control.
protected lvFamily_ItemCommand ( object sender, System.Web.UI.WebControls.ListViewCommandEventArgs e ) : void
sender object The source of the event.
e System.Web.UI.WebControls.ListViewCommandEventArgs The instance containing the event data.
리턴 void

lvFamily_ItemDataBound() 보호된 메소드

Handles the DataBound event of the lvFamily control.
protected lvFamily_ItemDataBound ( object sender, System.Web.UI.WebControls.ListViewItemEventArgs e ) : void
sender object The source of the event.
e System.Web.UI.WebControls.ListViewItemEventArgs The instance containing the event data.
리턴 void

lvFamily_PagePropertiesChanging() 보호된 메소드

Handles the PagePropertiesChanging event of the lvFamily control.
protected lvFamily_PagePropertiesChanging ( object sender, System.Web.UI.WebControls.PagePropertiesChangingEventArgs e ) : void
sender object The source of the event.
e System.Web.UI.WebControls.PagePropertiesChangingEventArgs The instance containing the event data.
리턴 void

lvPerson_ItemDataBound() 보호된 메소드

Handles the ItemDataBound event of the lvPerson control.
protected lvPerson_ItemDataBound ( object sender, System.Web.UI.WebControls.ListViewItemEventArgs e ) : void
sender object The source of the event.
e System.Web.UI.WebControls.ListViewItemEventArgs The instance containing the event data.
리턴 void

lvPerson_PagePropertiesChanging() 보호된 메소드

Handles the PagePropertiesChanging event of the dpPerson control.
protected lvPerson_PagePropertiesChanging ( object sender, System.Web.UI.WebControls.PagePropertiesChangingEventArgs e ) : void
sender object The source of the event.
e System.Web.UI.WebControls.PagePropertiesChangingEventArgs The instance containing the event data.
리턴 void

lvVisitor_ItemDataBound() 보호된 메소드

Handles the ItemDataBound event of the lvVisitor control.
protected lvVisitor_ItemDataBound ( object sender, System.Web.UI.WebControls.ListViewItemEventArgs e ) : void
sender object The source of the event.
e System.Web.UI.WebControls.ListViewItemEventArgs The instance containing the event data.
리턴 void

lvVisitor_PagePropertiesChanging() 보호된 메소드

Handles the PagePropertiesChanging event of the dpVisitor control.
protected lvVisitor_PagePropertiesChanging ( object sender, System.Web.UI.WebControls.PagePropertiesChangingEventArgs e ) : void
sender object The source of the event.
e System.Web.UI.WebControls.PagePropertiesChangingEventArgs The instance containing the event data.
리턴 void

rGridPersonResults_AddExistingPerson() 보호된 메소드

Handles the RowCommand event of the grdPersonSearchResults control.
protected rGridPersonResults_AddExistingPerson ( object sender, System.Web.UI.WebControls.GridViewCommandEventArgs e ) : void
sender object The source of the event.
e System.Web.UI.WebControls.GridViewCommandEventArgs The instance containing the event data.
리턴 void

rGridPersonResults_GridRebind() 보호된 메소드

Handles the GridRebind event of the rGridPersonResults control.
protected rGridPersonResults_GridRebind ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
리턴 void