Class RendererTDocument

Renderer<TDocument> class

表示所有渲染器的抽象类。

public abstract class Renderer<TDocument> : Renderer
范围描述
TDocument文档的类型。

方法

姓名描述
Dispose()释放非托管和 - 可选 - 托管资源。
Render(IDevice, TDocument)定义渲染方法!:TDocument进入指定IDevice .
Render(IDevice, params TDocument[])定义渲染多个的方法!:TDocuments具体化IDevice .
abstract Render(IDevice, CancellationToken, params TDocument[])定义了渲染多个的方法!:TDocument进入特定的IDevice,使用取消令牌请求取消操作。
Render(IDevice, int, params TDocument[])定义渲染多个的方法!:TDocuments具体化IDevice .
Render(IDevice, TDocument, int)定义渲染方法!:TDocument进入指定IDevice .
Render(IDevice, TDocument, TimeSpan)定义渲染方法!:TDocument进入指定IDevice .
abstract Render(IDevice, TimeSpan, params TDocument[])定义渲染多个的方法!:TDocuments具体化IDevice .

也可以看看