C# 클래스 ContentSerialization.DisplayManagement.ShapeTranslate

상속: ApiShapesBase, IShapeTranslate
파일 보기 프로젝트 열기: Sylapse/Orchard.ContentSerialization

공개 메소드들

메소드 설명
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