C# Class 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?
Afficher le fichier Open project: Sylapse/Orchard.ContentSerialization

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
ShapeTypeExecute ( string name, INamedEnumerable parameters ) : IHtmlString

Method Details

DisplayHelper() public méthode

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
Résultat System.Collections.Generic

Invoke() public méthode

public Invoke ( string name, INamedEnumerable parameters ) : object
name string
parameters INamedEnumerable
Résultat object

ShapeExecute() public méthode

public ShapeExecute ( IEnumerable shapes ) : IEnumerable
shapes IEnumerable
Résultat IEnumerable

ShapeExecute() public méthode

public ShapeExecute ( Shape shape ) : IHtmlString
shape Shape
Résultat IHtmlString

ShapeExecute() public méthode

public ShapeExecute ( object shape ) : IHtmlString
shape object
Résultat IHtmlString

TryInvoke() public méthode

public TryInvoke ( InvokeBinder binder, object args, object &result ) : bool
binder InvokeBinder
args object
result object
Résultat bool

TryInvokeMember() public méthode

public TryInvokeMember ( InvokeMemberBinder binder, object args, object &result ) : bool
binder InvokeMemberBinder
args object
result object
Résultat bool