Class RendererTDocument

Renderer<TDocument> class

모든 렌더러에 대한 추상 클래스를 나타냅니다.

public abstract class Renderer<TDocument> : Renderer
모수설명
TDocument문서의 유형입니다.

행동 양식

이름설명
Dispose()관리되지 않는 리소스와 선택적으로 관리되는 리소스를 해제합니다.
Render(IDevice, TDocument)렌더링 방법 정의!:TDocument 지정된IDevice .
Render(IDevice, params TDocument[])다중 렌더링 방법을 정의합니다.!:TDocument 구체적으로IDevice .
abstract Render(IDevice, CancellationToken, params TDocument[])다중 렌더링 방법을 정의합니다.!:TDocument 특정으로IDevice , 취소 토큰을 사용하여 작업 취소를 요청합니다.
Render(IDevice, int, params TDocument[])다중 렌더링 방법을 정의합니다.!:TDocument 구체적으로IDevice .
Render(IDevice, TDocument, int)렌더링 방법 정의!:TDocument 지정된IDevice .
Render(IDevice, TDocument, TimeSpan)렌더링 방법 정의!:TDocument 지정된IDevice .
abstract Render(IDevice, TimeSpan, params TDocument[])다중 렌더링 방법을 정의합니다.!:TDocument 구체적으로IDevice .

또한보십시오