Property | Type | Description | |
---|---|---|---|
BindLocations | void | ||
LoadDropDowns | void | ||
SetPrinterSettingsVisibility | void | ||
SetPrinterVisibility | void | ||
VerifyUniqueIpAddress | bool |
Method | Description | |
---|---|---|
ShowDetail ( int DeviceId ) : void |
Shows the edit.
|
Method | Description | |
---|---|---|
Block_BlockUpdated ( object sender, |
Handles the BlockUpdated event of the control.
|
|
OnInit ( |
Raises the E:System.Web.UI.Control.Init event.
|
|
OnLoad ( |
Raises the E:System.Web.UI.Control.Load event.
|
|
btnAddLocation_Click ( object sender, |
||
btnCancel_Click ( object sender, |
Handles the Click event of the btnCancel control.
|
|
btnSave_Click ( object sender, |
Handles the Click event of the btnSave control.
|
|
cvIpAddress_ServerValidate ( object source, System.Web.UI.WebControls.ServerValidateEventArgs args ) : void |
Handles the ServerValidate event of the cvIpAddress control.
|
|
ddlDeviceType_SelectedIndexChanged ( object sender, |
Handles when the device type selection is changed.
|
|
ddlPrintTo_SelectedIndexChanged ( object sender, |
Handles when the Print To selection is changed.
|
|
gLocations_AddClick ( object sender, |
||
gLocations_Delete ( object sender, Rock e ) : void | ||
gLocations_GridRebind ( object sender, |
Method | Description | |
---|---|---|
BindLocations ( ) : void | ||
LoadDropDowns ( ) : void |
Loads the drop downs.
|
|
SetPrinterSettingsVisibility ( ) : void |
Decide if the printer settings section should be hidden.
|
|
SetPrinterVisibility ( ) : void |
Decide if the printer drop down list should be hidden.
|
|
VerifyUniqueIpAddress ( ) : bool |
Verifies the ip address is unique.
|
protected Block_BlockUpdated ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected OnInit ( |
||
e | An |
|
return | void |
protected OnLoad ( |
||
e | The |
|
return | void |
public ShowDetail ( int DeviceId ) : void | ||
DeviceId | int | The device identifier. |
return | void |
protected btnAddLocation_Click ( object sender, |
||
sender | object | |
e | ||
return | void |
protected btnCancel_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected btnSave_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected cvIpAddress_ServerValidate ( object source, System.Web.UI.WebControls.ServerValidateEventArgs args ) : void | ||
source | object | The source of the event. |
args | System.Web.UI.WebControls.ServerValidateEventArgs | The |
return | void |
protected ddlDeviceType_SelectedIndexChanged ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected ddlPrintTo_SelectedIndexChanged ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected gLocations_AddClick ( object sender, |
||
sender | object | |
e | ||
return | void |
protected gLocations_Delete ( object sender, Rock e ) : void | ||
sender | object | |
e | Rock | |
return | void |
protected gLocations_GridRebind ( object sender, |
||
sender | object | |
e | ||
return | void |