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

Inheritance: FieldControl
Afficher le fichier Open project: maxpavlov/FlexNet

Méthodes publiques

Свойство Type Description
EnableAdminMode bool
EnableGroupSplit bool
EnableHoverPanel bool

Méthodes publiques

Méthode Description
GetData ( ) : object
Rating ( ) : System
SetData ( object data ) : void

Méthodes protégées

Méthode Description
OnInit ( EventArgs e ) : void
Render ( System.Web.UI.HtmlTextWriter writer ) : void

Method Details

GetData() public méthode

public GetData ( ) : object
Résultat object

OnInit() protected méthode

protected OnInit ( EventArgs e ) : void
e System.EventArgs
Résultat void

Rating() public méthode

public Rating ( ) : System
Résultat System

Render() protected méthode

protected Render ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter
Résultat void

SetData() public méthode

public SetData ( object data ) : void
data object
Résultat void

Property Details

EnableAdminMode public_oe property

public bool EnableAdminMode
Résultat bool

EnableGroupSplit public_oe property

public bool EnableGroupSplit
Résultat bool

EnableHoverPanel public_oe property

public bool EnableHoverPanel
Résultat bool