C# Class TerrificNet.ViewEngine.TemplateHandler.LabelHelperHandler

Inheritance: IHelperHandler, IHelperHandlerClient
Afficher le fichier Open project: namics/TerrificNet

Méthodes publiques

Méthode Description
Evaluate ( IClientContext context, IClientModel model, string name, string>.IDictionary parameters ) : IClientModel
Evaluate ( object model, RenderingContext context, string>.IDictionary parameters ) : void
IsSupported ( string name ) : bool
LabelHelperHandler ( ITerrificTemplateHandler handler ) : System

Method Details

Evaluate() public méthode

public Evaluate ( IClientContext context, IClientModel model, string name, string>.IDictionary parameters ) : IClientModel
context IClientContext
model IClientModel
name string
parameters string>.IDictionary
Résultat IClientModel

Evaluate() public méthode

public Evaluate ( object model, RenderingContext context, string>.IDictionary parameters ) : void
model object
context RenderingContext
parameters string>.IDictionary
Résultat void

IsSupported() public méthode

public IsSupported ( string name ) : bool
name string
Résultat bool

LabelHelperHandler() public méthode

public LabelHelperHandler ( ITerrificTemplateHandler handler ) : System
handler ITerrificTemplateHandler
Résultat System