C# 클래스 SitefinityWebApp.Custom.eCommerce.Frontend.Reviews.Designers.UserReviewEditorDesigner

Represents a designer for the SitefinityWebApp.Custom.eCommerce.Frontend.Reviews.Controls.UserRewiewEditor widget
상속: ControlDesignerBase
파일 보기 프로젝트 열기: esitefinity/EcommercePowerPack

공개 프로퍼티들

프로퍼티 타입 설명
layoutTemplatePath string

공개 메소드들

메소드 설명
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.

보호된 메소드들

메소드 설명
GetRequiredCoreScripts ( ) : ScriptRef

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

InitializeControls ( Telerik container ) : void

메소드 상세

GetRequiredCoreScripts() 보호된 메소드

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

GetScriptDescriptors() 공개 메소드

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

GetScriptReferences() 공개 메소드

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

InitializeControls() 보호된 메소드

protected InitializeControls ( Telerik container ) : void
container Telerik
리턴 void

프로퍼티 상세

layoutTemplatePath 공개적으로 정적으로 프로퍼티

public static string layoutTemplatePath
리턴 string