C# 클래스 Orchard.DisplayManagement.Implementation.DisplayHelper

Refactor: I this doesn't really need to exist, does it? It can all be an aspect of a display helper behavior implementation... Or should this remain a CLR type for clarity?
파일 보기 프로젝트 열기: Sylapse/Orchard.ContentSerialization

공개 메소드들

메소드 설명
DisplayHelper ( IDisplayManager displayManager, IShapeFactory shapeFactory, System.Web.Mvc.ViewContext viewContext, IViewDataContainer viewDataContainer ) : System.Collections.Generic
Invoke ( string name, INamedEnumerable parameters ) : object
ShapeExecute ( IEnumerable shapes ) : IEnumerable
ShapeExecute ( Shape shape ) : IHtmlString
ShapeExecute ( object shape ) : IHtmlString
TryInvoke ( InvokeBinder binder, object args, object &result ) : bool
TryInvokeMember ( InvokeMemberBinder binder, object args, object &result ) : bool

비공개 메소드들

메소드 설명
ShapeTypeExecute ( string name, INamedEnumerable parameters ) : IHtmlString

메소드 상세

DisplayHelper() 공개 메소드

public DisplayHelper ( IDisplayManager displayManager, IShapeFactory shapeFactory, System.Web.Mvc.ViewContext viewContext, IViewDataContainer viewDataContainer ) : System.Collections.Generic
displayManager IDisplayManager
shapeFactory IShapeFactory
viewContext System.Web.Mvc.ViewContext
viewDataContainer IViewDataContainer
리턴 System.Collections.Generic

Invoke() 공개 메소드

public Invoke ( string name, INamedEnumerable parameters ) : object
name string
parameters INamedEnumerable
리턴 object

ShapeExecute() 공개 메소드

public ShapeExecute ( IEnumerable shapes ) : IEnumerable
shapes IEnumerable
리턴 IEnumerable

ShapeExecute() 공개 메소드

public ShapeExecute ( Shape shape ) : IHtmlString
shape Shape
리턴 IHtmlString

ShapeExecute() 공개 메소드

public ShapeExecute ( object shape ) : IHtmlString
shape object
리턴 IHtmlString

TryInvoke() 공개 메소드

public TryInvoke ( InvokeBinder binder, object args, object &result ) : bool
binder InvokeBinder
args object
result object
리턴 bool

TryInvokeMember() 공개 메소드

public TryInvokeMember ( InvokeMemberBinder binder, object args, object &result ) : bool
binder InvokeMemberBinder
args object
result object
리턴 bool