C# Класс Orchard.DesignerTools.Services.ShapeTracingFactory

Наследование: IShapeFactoryEvents, IShapeDisplayEvents
Показать файл Открыть проект

Открытые методы

Метод Описание
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