C# Class Orchard.DesignerTools.Services.ShapeTracingFactory

Inheritance: IShapeFactoryEvents, IShapeDisplayEvents
Afficher le fichier Open project: ucdavis/Orchard

Méthodes publiques

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

Private Methods

Méthode Description
FormatShapeFilename ( string shape, string shapeType, string displayType, string themePrefix, string extension ) : string
IsActivable ( ) : bool

Method Details

ConvertToJSon() public static méthode

public static ConvertToJSon ( System.Xml.Linq.XElement x, StringBuilder sb ) : void
x System.Xml.Linq.XElement
sb StringBuilder
Résultat void

Created() public méthode

public Created ( ShapeCreatedContext context ) : void
context Orchard.DisplayManagement.Implementation.ShapeCreatedContext
Résultat void

Creating() public méthode

public Creating ( ShapeCreatingContext context ) : void
context Orchard.DisplayManagement.Implementation.ShapeCreatingContext
Résultat void

Displayed() public méthode

public Displayed ( Orchard.DisplayManagement.Implementation.ShapeDisplayedContext context ) : void
context Orchard.DisplayManagement.Implementation.ShapeDisplayedContext
Résultat void

Displaying() public méthode

public Displaying ( Orchard.DisplayManagement.Implementation.ShapeDisplayingContext context ) : void
context Orchard.DisplayManagement.Implementation.ShapeDisplayingContext
Résultat void

FormatJsonValue() public static méthode

public static FormatJsonValue ( string value ) : string
value string
Résultat string

OnDisplaying() public méthode

public OnDisplaying ( Orchard.DisplayManagement.Implementation.ShapeDisplayingContext context ) : void
context Orchard.DisplayManagement.Implementation.ShapeDisplayingContext
Résultat void

ShapeTracingFactory() public méthode

public ShapeTracingFactory ( IWorkContextAccessor workContextAccessor, IShapeTableManager shapeTableManager, IThemeManager themeManager, IWebSiteFolder webSiteFolder, IAuthorizer authorizer ) : System
workContextAccessor IWorkContextAccessor
shapeTableManager IShapeTableManager
themeManager IThemeManager
webSiteFolder IWebSiteFolder
authorizer IAuthorizer
Résultat System