Метод | Описание | |
---|---|---|
BindGrid ( ) : void |
Binds the grid.
|
|
OnInit ( |
Raises the E:System.Web.UI.Control.Init event.
|
|
OnLoad ( |
Raises the E:System.Web.UI.Control.Load event.
|
|
gPersonList_Delete ( object sender, |
Handles the Delete event of the gPersonList control.
|
|
gPersonList_Edit ( object sender, |
Handles the Edit event of the gPersonList control.
|
|
gPersonList_GridRebind ( object sender, |
Handles the GridRebind event of the gPersonList control.
|
|
gPersonList_Print ( object sender, System.Web.UI.WebControls.GridViewCommandEventArgs e ) : void |
Handles the RowCommand event of the gPersonList control.
|
|
lbBack_Click ( object sender, |
Handles the Click event of the lbBack control.
|
|
lbDone_Click ( object sender, |
Handles the Click event of the lbDone control.
|
|
lbPrintAll_Click ( object sender, |
Handles the Click event of the lbPrintAll control.
|
Метод | Описание | |
---|---|---|
AddLabelScript ( string jsonObject ) : void |
Adds the label script.
|
|
PrintLabel ( int personId, int locationId, int scheduleId ) : void |
Prints the label.
|
|
SaveAttendance ( ) : void |
Saves the attendance and loads the labels.
|
protected OnInit ( |
||
e | An |
|
Результат | void |
protected OnLoad ( |
||
e | The |
|
Результат | void |
protected gPersonList_Delete ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Результат | void |
protected gPersonList_Edit ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Результат | void |
protected gPersonList_GridRebind ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Результат | void |
protected gPersonList_Print ( object sender, System.Web.UI.WebControls.GridViewCommandEventArgs e ) : void | ||
sender | object | The source of the event. |
e | System.Web.UI.WebControls.GridViewCommandEventArgs | The |
Результат | void |
protected lbBack_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Результат | void |
protected lbDone_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Результат | void |
protected lbPrintAll_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Результат | void |