C# Класс ContentSerialization.DisplayManagement.ShapeTranslate

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

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

Метод Описание
Display ( IEnumerable shapes ) : IEnumerable
Display ( Shape shape ) : object
Display ( object shape ) : object
ShapeTranslate ( IDisplayHelperFactory displayHelperFactory, IWorkContextAccessor workContextAccessor, System.Web.HttpContextBase httpContextBase, System.Web.Routing.RequestContext requestContext ) : Orchard

Описание методов

Display() публичный Метод

public Display ( IEnumerable shapes ) : IEnumerable
shapes IEnumerable
Результат IEnumerable

Display() публичный Метод

public Display ( Shape shape ) : object
shape Orchard.DisplayManagement.Shapes.Shape
Результат object

Display() публичный Метод

public Display ( object shape ) : object
shape object
Результат object

ShapeTranslate() публичный Метод

public ShapeTranslate ( IDisplayHelperFactory displayHelperFactory, IWorkContextAccessor workContextAccessor, System.Web.HttpContextBase httpContextBase, System.Web.Routing.RequestContext requestContext ) : Orchard
displayHelperFactory IDisplayHelperFactory
workContextAccessor IWorkContextAccessor
httpContextBase System.Web.HttpContextBase
requestContext System.Web.Routing.RequestContext
Результат Orchard