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 .

यह सभी देखें