C# Class SitefinityWebApp.Custom.eCommerce.Frontend.Reviews.Designers.ReviewsDesigner

Represents a designer for the SitefinityWebApp.Custom.eCommerce.Frontend.Reviews.Controls.Reviews widget
Inheritance: ControlDesignerBase
显示文件 Open project: esitefinity/EcommercePowerPack

Public Properties

Property Type Description
layoutTemplatePath string

Public Methods

Method Description
GetScriptDescriptors ( ) : System.Collections.Generic.IEnumerable

Gets a collection of script descriptors that represent ECMAScript (JavaScript) client components.

GetScriptReferences ( ) : System.Collections.Generic.IEnumerable

Gets a collection of ScriptReference objects that define script resources that the control requires.

Protected Methods

Method Description
GetRequiredCoreScripts ( ) : ScriptRef

Gets the required by the control, core library scripts predefined in the ScriptRef enum.

InitializeControls ( Telerik container ) : void

Method Details

GetRequiredCoreScripts() protected method

Gets the required by the control, core library scripts predefined in the ScriptRef enum.
protected GetRequiredCoreScripts ( ) : ScriptRef
return ScriptRef

GetScriptDescriptors() public method

Gets a collection of script descriptors that represent ECMAScript (JavaScript) client components.
public GetScriptDescriptors ( ) : System.Collections.Generic.IEnumerable
return System.Collections.Generic.IEnumerable

GetScriptReferences() public method

Gets a collection of ScriptReference objects that define script resources that the control requires.
public GetScriptReferences ( ) : System.Collections.Generic.IEnumerable
return System.Collections.Generic.IEnumerable

InitializeControls() protected method

protected InitializeControls ( Telerik container ) : void
container Telerik
return void

Property Details

layoutTemplatePath public_oe static_oe property

public static string layoutTemplatePath
return string