Property | Type | Description | |
---|---|---|---|
GetCurrentPerson | |||
GoNext | void | ||
UnsetChanges | void |
Method | Description | |
---|---|---|
BindGroupTypes ( List |
Binds the group types.
|
|
BindInfo ( ) : void |
Binds the edit info modal.
|
|
BindLocations ( List |
Binds the locations.
|
|
BindSchedules ( List |
Binds the schedules.
|
|
BindSelectedGrid ( ) : void |
Binds the selected items to the grid.
|
|
GetScheduleAttendance ( |
Gets the attendance count for all of the schedules for a location. This will show on the schedule buttons.
|
|
OnInit ( |
Raises the E:System.Web.UI.Control.Init event.
|
|
OnLoad ( |
Raises the E:System.Web.UI.Control.Load event.
|
|
gSelectedGrid_Delete ( object sender, |
Handles the Delete event of the gCheckInList control.
|
|
lbBack_Click ( object sender, |
Handles the Click event of the lbBack control.
|
|
lbCloseEditInfo_Click ( object sender, |
Handles the Click event of the lbCloseEditInfo control.
|
|
lbEditInfo_Click ( object sender, |
Handles the Click event of the lbEditInfo control.
|
|
lbNext_Click ( object sender, |
Handles the Click event of the lbNext control.
|
|
lbSaveEditInfo_Click ( object sender, |
Handles the Click event of the lbSaveEditInfo control.
|
|
lvGroupType_ItemCommand ( object source, System.Web.UI.WebControls.ListViewCommandEventArgs e ) : void |
Handles the ItemCommand event of the rGroupType control.
|
|
lvGroupType_ItemDataBound ( object sender, System.Web.UI.WebControls.ListViewItemEventArgs e ) : void |
Handles the ItemDataBound event of the rGroupTypes control.
|
|
lvGroupType_PagePropertiesChanging ( object sender, System.Web.UI.WebControls.PagePropertiesChangingEventArgs e ) : void |
Handles the PagePropertiesChanging event of the lvGroupType control.
|
|
lvLocation_ItemCommand ( object sender, System.Web.UI.WebControls.ListViewCommandEventArgs e ) : void |
Handles the ItemCommand event of the lvLocation control.
|
|
lvLocation_ItemDataBound ( object sender, System.Web.UI.WebControls.ListViewItemEventArgs e ) : void |
Handles the ItemDataBound event of the lvLocation control.
|
|
lvLocation_PagePropertiesChanging ( object sender, System.Web.UI.WebControls.PagePropertiesChangingEventArgs e ) : void |
Handles the PagePropertiesChanging event of the lvLocation control.
|
|
rSchedule_ItemCommand ( object source, System.Web.UI.WebControls.RepeaterCommandEventArgs e ) : void |
Handles the ItemCommand event of the rSchedule control.
|
|
rSchedule_ItemDataBound ( object sender, System.Web.UI.WebControls.RepeaterItemEventArgs e ) : void |
Handles the ItemDataBound event of the rSchedule control.
|
Method | Description | |
---|---|---|
GetCurrentPerson ( int personId = null ) : |
Gets the current person.
|
|
GoNext ( ) : void |
Goes to the confirmation page with changes.
|
|
UnsetChanges ( ) : void |
Unsets the changes.
|
protected BindGroupTypes ( List |
||
groupTypes | List |
|
groupTypeId | int | |
return | void |
protected BindLocations ( List |
||
groupTypes | List |
|
groupTypeId | int | |
groupId | int | |
locationId | int | |
return | void |
protected BindSchedules ( List |
||
groupTypes | List |
|
groupTypeId | int | |
groupId | int | |
locationId | int | |
return | void |
protected GetScheduleAttendance ( |
||
location | ||
return | void |
protected OnInit ( |
||
e | An |
|
return | void |
protected OnLoad ( |
||
e | The |
|
return | void |
protected gSelectedGrid_Delete ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected lbBack_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected lbCloseEditInfo_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected lbEditInfo_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected lbNext_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected lbSaveEditInfo_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected lvGroupType_ItemCommand ( object source, System.Web.UI.WebControls.ListViewCommandEventArgs e ) : void | ||
source | object | The source of the event. |
e | System.Web.UI.WebControls.ListViewCommandEventArgs | The |
return | void |
protected lvGroupType_ItemDataBound ( object sender, System.Web.UI.WebControls.ListViewItemEventArgs e ) : void | ||
sender | object | The source of the event. |
e | System.Web.UI.WebControls.ListViewItemEventArgs | The |
return | void |
protected lvGroupType_PagePropertiesChanging ( object sender, System.Web.UI.WebControls.PagePropertiesChangingEventArgs e ) : void | ||
sender | object | The source of the event. |
e | System.Web.UI.WebControls.PagePropertiesChangingEventArgs | The |
return | void |
protected lvLocation_ItemCommand ( object sender, System.Web.UI.WebControls.ListViewCommandEventArgs e ) : void | ||
sender | object | The source of the event. |
e | System.Web.UI.WebControls.ListViewCommandEventArgs | The |
return | void |
protected lvLocation_ItemDataBound ( object sender, System.Web.UI.WebControls.ListViewItemEventArgs e ) : void | ||
sender | object | The source of the event. |
e | System.Web.UI.WebControls.ListViewItemEventArgs | The |
return | void |
protected lvLocation_PagePropertiesChanging ( object sender, System.Web.UI.WebControls.PagePropertiesChangingEventArgs e ) : void | ||
sender | object | The source of the event. |
e | System.Web.UI.WebControls.PagePropertiesChangingEventArgs | The |
return | void |
protected rSchedule_ItemCommand ( object source, System.Web.UI.WebControls.RepeaterCommandEventArgs e ) : void | ||
source | object | The source of the event. |
e | System.Web.UI.WebControls.RepeaterCommandEventArgs | The |
return | void |
protected rSchedule_ItemDataBound ( object sender, System.Web.UI.WebControls.RepeaterItemEventArgs e ) : void | ||
sender | object | The source of the event. |
e | System.Web.UI.WebControls.RepeaterItemEventArgs | The |
return | void |