C# Class avt.DynamicFlashRotator.Net.DynamicRotator

Inheritance: System.Web.UI.WebControls.WebControl
Exibir arquivo Open project: dnnsharp/DynamicRotator

Public Properties

Property Type Description
Settings avt.DynamicFlashRotator.Net.Settings.RotatorSettings

Private Properties

Property Type Description
GetSecurityLayers List
ShuffleSlides IList

Public Methods

Method Description
DynamicRotator ( ) : System
LoadMiniTutorialWebManage ( ) : void
RenderFrontEnd ( System.Web.UI.HtmlTextWriter output ) : void
ShowSlideMessage ( string message ) : void

Protected Methods

Method Description
OnDataBinding ( EventArgs e ) : void
OnLoad ( EventArgs e ) : void
RenderContents ( System.Web.UI.HtmlTextWriter output ) : void

Private Methods

Method Description
GetSecurityLayers ( string controlId ) : List
ShuffleSlides ( SlideCollection slides ) : IList

Method Details

DynamicRotator() public method

public DynamicRotator ( ) : System
return System

LoadMiniTutorialWebManage() public method

public LoadMiniTutorialWebManage ( ) : void
return void

OnDataBinding() protected method

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

OnLoad() protected method

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

RenderContents() protected method

protected RenderContents ( System.Web.UI.HtmlTextWriter output ) : void
output System.Web.UI.HtmlTextWriter
return void

RenderFrontEnd() public method

public RenderFrontEnd ( System.Web.UI.HtmlTextWriter output ) : void
output System.Web.UI.HtmlTextWriter
return void

ShowSlideMessage() public method

public ShowSlideMessage ( string message ) : void
message string
return void

Property Details

Settings public_oe property

public RotatorSettings,avt.DynamicFlashRotator.Net.Settings Settings
return avt.DynamicFlashRotator.Net.Settings.RotatorSettings