C# Class PowerArgs.TableExpressionProvider

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

Public Methods

Method Description
CreateExpression ( PowerArgs.DocumentExpressionContext context ) : IDocumentExpression

Creates a table expression from the given document info.

Method Details

CreateExpression() public method

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
return IDocumentExpression