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

Represents a designer for the SitefinityWebApp.Custom.eCommerce.Frontend.Reviews.Controls.Reviews widget
Inheritance: ControlDesignerBase
Afficher le fichier Open project: esitefinity/EcommercePowerPack

Méthodes publiques

Свойство Type Description
layoutTemplatePath string

Méthodes publiques

Méthode 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.

Méthodes protégées

Méthode 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 méthode

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

GetScriptDescriptors() public méthode

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

GetScriptReferences() public méthode

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

InitializeControls() protected méthode

protected InitializeControls ( Telerik container ) : void
container Telerik
Résultat void

Property Details

layoutTemplatePath public_oe static_oe property

public static string layoutTemplatePath
Résultat string