Method | Description | |
---|---|---|
Evaluate ( IClientContext context, IClientModel model, string name, string>.IDictionary |
||
Evaluate ( object model, RenderingContext context, string>.IDictionary |
||
EvaluateAsync ( object model, RenderingContext context, string>.IDictionary |
||
IsSupported ( string name ) : bool |
public Evaluate ( IClientContext context, IClientModel model, string name, string>.IDictionary |
||
context | IClientContext | |
model | IClientModel | |
name | string | |
parameters | string>.IDictionary | |
return | IClientModel |
public Evaluate ( object model, RenderingContext context, string>.IDictionary |
||
model | object | |
context | RenderingContext | |
parameters | string>.IDictionary | |
return | void |
public EvaluateAsync ( object model, RenderingContext context, string>.IDictionary |
||
model | object | |
context | RenderingContext | |
parameters | string>.IDictionary | |
return | System.Threading.Tasks.Task |