C# Class Orchard.DesignerTools.Services.ShapeTracingFactory

Inheritance: IShapeFactoryEvents, IShapeDisplayEvents
Datei anzeigen Open project: ucdavis/Orchard

Public Methods

Method 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

Method Description
FormatShapeFilename ( string shape, string shapeType, string displayType, string themePrefix, string extension ) : string
IsActivable ( ) : bool

Method Details

ConvertToJSon() public static method

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

Created() public method

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

Creating() public method

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

Displayed() public method

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

Displaying() public method

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

FormatJsonValue() public static method

public static FormatJsonValue ( string value ) : string
value string
return string

OnDisplaying() public method

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

ShapeTracingFactory() public method

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