C# 클래스 Orchard.DesignerTools.Services.ShapeTracingFactory

상속: IShapeFactoryEvents, IShapeDisplayEvents
파일 보기 프로젝트 열기: ucdavis/Orchard

공개 메소드들

메소드 설명
ConvertToJSon ( System.Xml.Linq.XElement x, StringBuilder sb ) : void
Created ( ShapeCreatedContext context ) : void
Creating ( ShapeCreatingContext context ) : void
Displayed ( Orchard.DisplayManagement.Implementation.ShapeDisplayedContext context ) : void
Displaying ( Orchard.DisplayManagement.Implementation.ShapeDisplayingContext context ) : void
FormatJsonValue ( string value ) : string
OnDisplaying ( Orchard.DisplayManagement.Implementation.ShapeDisplayingContext context ) : void
ShapeTracingFactory ( IWorkContextAccessor workContextAccessor, IShapeTableManager shapeTableManager, IThemeManager themeManager, IWebSiteFolder webSiteFolder, IAuthorizer authorizer ) : System

비공개 메소드들

메소드 설명
FormatShapeFilename ( string shape, string shapeType, string displayType, string themePrefix, string extension ) : string
IsActivable ( ) : bool

메소드 상세

ConvertToJSon() 공개 정적인 메소드

public static ConvertToJSon ( System.Xml.Linq.XElement x, StringBuilder sb ) : void
x System.Xml.Linq.XElement
sb StringBuilder
리턴 void

Created() 공개 메소드

public Created ( ShapeCreatedContext context ) : void
context Orchard.DisplayManagement.Implementation.ShapeCreatedContext
리턴 void

Creating() 공개 메소드

public Creating ( ShapeCreatingContext context ) : void
context Orchard.DisplayManagement.Implementation.ShapeCreatingContext
리턴 void

Displayed() 공개 메소드

public Displayed ( Orchard.DisplayManagement.Implementation.ShapeDisplayedContext context ) : void
context Orchard.DisplayManagement.Implementation.ShapeDisplayedContext
리턴 void

Displaying() 공개 메소드

public Displaying ( Orchard.DisplayManagement.Implementation.ShapeDisplayingContext context ) : void
context Orchard.DisplayManagement.Implementation.ShapeDisplayingContext
리턴 void

FormatJsonValue() 공개 정적인 메소드

public static FormatJsonValue ( string value ) : string
value string
리턴 string

OnDisplaying() 공개 메소드

public OnDisplaying ( Orchard.DisplayManagement.Implementation.ShapeDisplayingContext context ) : void
context Orchard.DisplayManagement.Implementation.ShapeDisplayingContext
리턴 void

ShapeTracingFactory() 공개 메소드

public ShapeTracingFactory ( IWorkContextAccessor workContextAccessor, IShapeTableManager shapeTableManager, IThemeManager themeManager, IWebSiteFolder webSiteFolder, IAuthorizer authorizer ) : System
workContextAccessor IWorkContextAccessor
shapeTableManager IShapeTableManager
themeManager IThemeManager
webSiteFolder IWebSiteFolder
authorizer IAuthorizer
리턴 System