C# Class TerrificNet.ViewEngine.TemplateHandler.LabelHelperHandler

Inheritance: IHelperHandler, IHelperHandlerClient
ファイルを表示 Open project: namics/TerrificNet

Public Methods

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

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

Evaluate() public method

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

IsSupported() public method

public IsSupported ( string name ) : bool
name string
return bool

LabelHelperHandler() public method

public LabelHelperHandler ( ITerrificTemplateHandler handler ) : System
handler ITerrificTemplateHandler
return System