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

Inheritance: FieldControl
Mostra file Open project: maxpavlov/FlexNet

Public Properties

Property Type Description
EnableAdminMode bool
EnableGroupSplit bool
EnableHoverPanel bool

Public Methods

Method Description
GetData ( ) : object
Rating ( ) : System
SetData ( object data ) : void

Protected Methods

Method Description
OnInit ( EventArgs e ) : void
Render ( System.Web.UI.HtmlTextWriter writer ) : void

Method Details

GetData() public method

public GetData ( ) : object
return object

OnInit() protected method

protected OnInit ( EventArgs e ) : void
e System.EventArgs
return void

Rating() public method

public Rating ( ) : System
return System

Render() protected method

protected Render ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter
return void

SetData() public method

public SetData ( object data ) : void
data object
return void

Property Details

EnableAdminMode public_oe property

public bool EnableAdminMode
return bool

EnableGroupSplit public_oe property

public bool EnableGroupSplit
return bool

EnableHoverPanel public_oe property

public bool EnableHoverPanel
return bool