C# Class ASR.App.MainForm

Inheritance: Sitecore.Web.UI.Sheer.BaseForm
Exibir arquivo Open project: Sitecore/AdvancedSystemReporter Class Usage Examples

Protected Properties

Property Type Description
Cm ContextMenu
ConfigSection Section
Description Literal
InformationSection Section
ItemList ASRListview
LViewHeader ListviewHeader
MainPanel GridPanel
MyRibbon ASR.Controls.RibbonContainer
RibbonBorder Border
Status Literal

Public Methods

Method Description
GetCommandContext ( ) : CommandContext
HandleMessage ( Message message ) : void

Protected Methods

Method Description
OnLoad ( EventArgs args ) : void
OnOpen ( ) : void

Private Methods

Method Description
ChangePage ( string pageno ) : void
CreateParameters ( ) : void
HandleClickEvent ( Message message, string eventname ) : void
MakeControls ( ReferenceItem referenceItem ) : bool
OpenReport ( Message m ) : void
OpenReport ( NameValueCollection nvc ) : void
OpenReport ( string qs ) : void
PopulateItemList ( int start, int count ) : void
RunCommand ( ClientPipelineArgs args ) : void
RunFinished ( Message message ) : void
StoreContext ( ReportItem rItem ) : void
UpdateInterface ( Message message ) : void
UpdateParameters ( Message message ) : void

Method Details

GetCommandContext() public method

public GetCommandContext ( ) : CommandContext
return CommandContext

HandleMessage() public method

public HandleMessage ( Message message ) : void
message Message
return void

OnLoad() protected method

protected OnLoad ( EventArgs args ) : void
args System.EventArgs
return void

OnOpen() protected method

protected OnOpen ( ) : void
return void

Property Details

Cm protected_oe property

protected ContextMenu Cm
return ContextMenu

ConfigSection protected_oe property

protected Section ConfigSection
return Section

Description protected_oe property

protected Literal Description
return Literal

InformationSection protected_oe property

protected Section InformationSection
return Section

ItemList protected_oe property

protected ASRListview ItemList
return ASRListview

LViewHeader protected_oe property

protected ListviewHeader LViewHeader
return ListviewHeader

MainPanel protected_oe property

protected GridPanel MainPanel
return GridPanel

MyRibbon protected_oe property

protected RibbonContainer,ASR.Controls MyRibbon
return ASR.Controls.RibbonContainer

RibbonBorder protected_oe property

protected Border RibbonBorder
return Border

Status protected_oe property

protected Literal Status
return Literal