C# 클래스 RockWeb.Blocks.Core.DeviceDetail

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

Private Properties

프로퍼티 타입 설명
BindLocations void
LoadDropDowns void
SetPrinterSettingsVisibility void
SetPrinterVisibility void
VerifyUniqueIpAddress bool

공개 메소드들

메소드 설명
ShowDetail ( int DeviceId ) : void

Shows the edit.

보호된 메소드들

메소드 설명
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.

btnAddLocation_Click ( object sender, EventArgs e ) : void
btnCancel_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnCancel control.

btnSave_Click ( object sender, EventArgs e ) : void

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, EventArgs e ) : void

Handles when the device type selection is changed.

ddlPrintTo_SelectedIndexChanged ( object sender, EventArgs e ) : void

Handles when the Print To selection is changed.

gLocations_AddClick ( object sender, EventArgs e ) : void
gLocations_Delete ( object sender, Rock e ) : void
gLocations_GridRebind ( object sender, EventArgs e ) : void

비공개 메소드들

메소드 설명
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.

메소드 상세

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

ShowDetail() 공개 메소드

Shows the edit.
public ShowDetail ( int DeviceId ) : void
DeviceId int The device identifier.
리턴 void

btnAddLocation_Click() 보호된 메소드

protected btnAddLocation_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

btnCancel_Click() 보호된 메소드

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

btnSave_Click() 보호된 메소드

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

cvIpAddress_ServerValidate() 보호된 메소드

Handles the ServerValidate event of the cvIpAddress control.
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 instance containing the event data.
리턴 void

ddlDeviceType_SelectedIndexChanged() 보호된 메소드

Handles when the device type selection is changed.
protected ddlDeviceType_SelectedIndexChanged ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
리턴 void

ddlPrintTo_SelectedIndexChanged() 보호된 메소드

Handles when the Print To selection is changed.
protected ddlPrintTo_SelectedIndexChanged ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
리턴 void

gLocations_AddClick() 보호된 메소드

protected gLocations_AddClick ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

gLocations_Delete() 보호된 메소드

protected gLocations_Delete ( object sender, Rock e ) : void
sender object
e Rock
리턴 void

gLocations_GridRebind() 보호된 메소드

protected gLocations_GridRebind ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void