C# Class SenseNet.Portal.UI.Controls.RateControl

Inheritance: System.Web.UI.WebControls.Panel, IScriptControl, INamingContainer
显示文件 Open project: maxpavlov/FlexNet Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
GetScriptDescriptors ( ) : IEnumerable
GetScriptReferences ( ) : IEnumerable

Protected Methods

Method Description
BuildAdminMode ( ) : void
BuildEmptyMode ( ) : void
BuildErrorParams ( ) : void
BuildNormalMode ( ) : void
BuildReadOnlyMode ( ) : void
CreateChildControls ( ) : void
InitHoverPanelControl ( ) : void
InitResetControl ( ) : void
InitStarsControl ( ) : void
OnPreRender ( EventArgs e ) : void
Render ( HtmlTextWriter writer ) : void
ValidateParams ( ) : bool

Method Details

BuildAdminMode() protected method

protected BuildAdminMode ( ) : void
return void

BuildEmptyMode() protected method

protected BuildEmptyMode ( ) : void
return void

BuildErrorParams() protected method

protected BuildErrorParams ( ) : void
return void

BuildNormalMode() protected method

protected BuildNormalMode ( ) : void
return void

BuildReadOnlyMode() protected method

protected BuildReadOnlyMode ( ) : void
return void

CreateChildControls() protected method

protected CreateChildControls ( ) : void
return void

GetScriptDescriptors() public method

public GetScriptDescriptors ( ) : IEnumerable
return IEnumerable

GetScriptReferences() public method

public GetScriptReferences ( ) : IEnumerable
return IEnumerable

InitHoverPanelControl() protected method

protected InitHoverPanelControl ( ) : void
return void

InitResetControl() protected method

protected InitResetControl ( ) : void
return void

InitStarsControl() protected method

protected InitStarsControl ( ) : void
return void

OnPreRender() protected method

protected OnPreRender ( EventArgs e ) : void
e EventArgs
return void

Render() protected method

protected Render ( HtmlTextWriter writer ) : void
writer HtmlTextWriter
return void

ValidateParams() protected method

protected ValidateParams ( ) : bool
return bool