C# Class PowerArgs.TableExpressionProvider

A provider that can create a table expression given a replacement token and parameters.
Inheritance: IDocumentExpressionProvider
Afficher le fichier Open project: adamabdelhamed/PowerArgs

Méthodes publiques

Méthode Description
CreateExpression ( PowerArgs.DocumentExpressionContext context ) : IDocumentExpression

Creates a table expression from the given document info.

Method Details

CreateExpression() public méthode

Creates a table expression from the given document info.
public CreateExpression ( PowerArgs.DocumentExpressionContext context ) : IDocumentExpression
context PowerArgs.DocumentExpressionContext The context that contains information about the document being rendered
Résultat IDocumentExpression