C# Class RockWeb.Blocks.Core.BinaryFileTypeDetail

Inheritance: Rock.Web.UI.RockBlock, IDetailBlock
Mostrar archivo Open project: NewSpring/Rock

Private Properties

Property Type Description
BindBinaryFileAttributesGrid void

Public Methods

Method Description
ShowDetail ( int binaryFileTypeId ) : void

Shows the edit.

Protected Methods

Method Description
LoadViewState ( object savedState ) : void

Restores the view-state information from a previous user control request that was saved by the M:System.Web.UI.UserControl.SaveViewState method.

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.

SaveViewState ( ) : object

Saves any user control view-state changes that have occurred since the last page postback.

btnCancelBinaryFileAttribute_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnCancelBinaryFileAttribute control.

btnCancel_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnCancel control.

btnSaveBinaryFileAttribute_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnSaveBinaryFileAttribute control.

btnSave_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnSave control.

gBinaryFileAttributes_Add ( object sender, EventArgs e ) : void

Handles the Add event of the gBinaryFileAttributes control.

gBinaryFileAttributes_Delete ( object sender, RowEventArgs e ) : void

Handles the Delete event of the gBinaryFileAttributes control.

gBinaryFileAttributes_Edit ( object sender, RowEventArgs e ) : void

Handles the Edit event of the gBinaryFileAttributes control.

gBinaryFileAttributes_GridRebind ( object sender, EventArgs e ) : void

Handles the GridRebind event of the gBinaryFileAttributes control.

gBinaryFileAttributes_ShowEdit ( System.Guid attributeGuid ) : void

Gs the binary file attributes_ show edit.

Private Methods

Method Description
BindBinaryFileAttributesGrid ( ) : void

Binds the binary file type attributes grid.

Method Details

LoadViewState() protected method

Restores the view-state information from a previous user control request that was saved by the M:System.Web.UI.UserControl.SaveViewState method.
protected LoadViewState ( object savedState ) : void
savedState object An that represents the user control state to be restored.
return void

OnInit() protected method

Raises the E:System.Web.UI.Control.Init event.
protected OnInit ( EventArgs e ) : void
e System.EventArgs An object that contains the event data.
return void

OnLoad() protected method

Raises the E:System.Web.UI.Control.Load event.
protected OnLoad ( EventArgs e ) : void
e System.EventArgs The object that contains the event data.
return void

SaveViewState() protected method

Saves any user control view-state changes that have occurred since the last page postback.
protected SaveViewState ( ) : object
return object

ShowDetail() public method

Shows the edit.
public ShowDetail ( int binaryFileTypeId ) : void
binaryFileTypeId int The binary file type identifier.
return void

btnCancelBinaryFileAttribute_Click() protected method

Handles the Click event of the btnCancelBinaryFileAttribute control.
protected btnCancelBinaryFileAttribute_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
return void

btnCancel_Click() protected method

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.
return void

btnSaveBinaryFileAttribute_Click() protected method

Handles the Click event of the btnSaveBinaryFileAttribute control.
protected btnSaveBinaryFileAttribute_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
return void

btnSave_Click() protected method

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.
return void

gBinaryFileAttributes_Add() protected method

Handles the Add event of the gBinaryFileAttributes control.
protected gBinaryFileAttributes_Add ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
return void

gBinaryFileAttributes_Delete() protected method

Handles the Delete event of the gBinaryFileAttributes control.
protected gBinaryFileAttributes_Delete ( object sender, RowEventArgs e ) : void
sender object The source of the event.
e Rock.Web.UI.Controls.RowEventArgs The instance containing the event data.
return void

gBinaryFileAttributes_Edit() protected method

Handles the Edit event of the gBinaryFileAttributes control.
protected gBinaryFileAttributes_Edit ( object sender, RowEventArgs e ) : void
sender object The source of the event.
e Rock.Web.UI.Controls.RowEventArgs The instance containing the event data.
return void

gBinaryFileAttributes_GridRebind() protected method

Handles the GridRebind event of the gBinaryFileAttributes control.
protected gBinaryFileAttributes_GridRebind ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
return void

gBinaryFileAttributes_ShowEdit() protected method

Gs the binary file attributes_ show edit.
protected gBinaryFileAttributes_ShowEdit ( System.Guid attributeGuid ) : void
attributeGuid System.Guid The attribute GUID.
return void