SerializerWriterCollator Class

Definition

Defines the abstract methods required to implement a plug-in document serialization Visual collator.

public ref class SerializerWriterCollator abstract
public abstract class SerializerWriterCollator
type SerializerWriterCollator = class
Public MustInherit Class SerializerWriterCollator
Inheritance
SerializerWriterCollator
Derived

Notes to Implementers

A SerializerWriterCollator is created with the CreateVisualsCollator method of the SerializerWriter class.

The SerializerWriterCollator writes to the same output stream as is written to by the SerializerWriter that created the SerializerWriterCollator.

Constructors

SerializerWriterCollator()

Initializes a new instance of the SerializerWriterCollator class.

Methods

BeginBatchWrite()

When overridden in a derived class, initiates the start of a batch write operation.

Cancel()

When overridden in a derived class, cancels a synchronous Write operation.

CancelAsync()

When overridden in a derived class, cancels an asynchronous WriteAsync operation.

EndBatchWrite()

When overridden in a derived class, completes a batch write operation.

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)
Write(Visual)

When overridden in a derived class, synchronously writes a given Visual element to the serialization stream.

Write(Visual, PrintTicket)

When overridden in a derived class, synchronously writes a given Visual element together with an associated print ticket to the serialization stream.

WriteAsync(Visual)

When overridden in a derived class, asynchronously writes a given Visual element to the serialization stream.

WriteAsync(Visual, Object)

When overridden in a derived class, asynchronously writes a given Visual element with a specified event identifier to the serialization stream.

WriteAsync(Visual, PrintTicket)

When overridden in a derived class, asynchronously writes a given Visual element together with an associated print ticket to the serialization stream.

WriteAsync(Visual, PrintTicket, Object)

When overridden in a derived class, asynchronously writes a given Visual element together with an associated print ticket and identifier to the serialization stream.

Applies to