Méthode | Description | |
---|---|---|
Evaluate ( PowerArgs.DocumentRendererContext context ) : ConsoleString |
Renders the table given a data context
|
|
TableExpression ( PowerArgs.DocumentToken evalToken, List |
Creates a new table expression given a collection evaluation expression and a list of column tokens
|
public Evaluate ( PowerArgs.DocumentRendererContext context ) : ConsoleString | ||
context | PowerArgs.DocumentRendererContext | the data context |
Résultat | ConsoleString |
public TableExpression ( PowerArgs.DocumentToken evalToken, List |
||
evalToken | PowerArgs.DocumentToken | A token containing an expression that should evaluate to an IEnumerable |
columns | List |
A list of tokens containing the names of columns to display in the table |
context | PowerArgs.DocumentExpressionContext | Context that is used to determine the indentation of the table within the document |
Résultat | System |