C# Class ContentSerialization.DisplayManagement.ShapeTranslate

Inheritance: ApiShapesBase, IShapeTranslate
Show file Open project: Sylapse/Orchard.ContentSerialization

Public Methods

Method Description
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

Method Details

Display() public method

public Display ( IEnumerable shapes ) : IEnumerable
shapes IEnumerable
return IEnumerable

Display() public method

public Display ( Shape shape ) : object
shape Orchard.DisplayManagement.Shapes.Shape
return object

Display() public method

public Display ( object shape ) : object
shape object
return object

ShapeTranslate() public method

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
return Orchard