C# 클래스 PowerArgs.TableExpressionProvider

A provider that can create a table expression given a replacement token and parameters.
상속: IDocumentExpressionProvider
파일 보기 프로젝트 열기: adamabdelhamed/PowerArgs

공개 메소드들

메소드 설명
CreateExpression ( PowerArgs.DocumentExpressionContext context ) : IDocumentExpression

Creates a table expression from the given document info.

메소드 상세

CreateExpression() 공개 메소드

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
리턴 IDocumentExpression