Click or drag to resize
CSEntryChangeSerializerSerialize Method (CSEntryChange, XmlWriter, Schema)
Serializes the specified CSEntryChange using an existing XmlWriter

Namespace: Lithnet.MetadirectoryServices
Assembly: Lithnet.MetadirectoryServices (in Lithnet.MetadirectoryServices.dll) Version: 1.0.6017.24765
Syntax
public static void Serialize(
	CSEntryChange csentry,
	XmlWriter writer,
	Schema schema
)

Parameters

csentry
Type: CSEntryChange
The CSEntryChange to serialize
writer
Type: System.XmlXmlWriter
An open XmlWriter to write the serialized data to
schema
Type: Schema
The current metadirectory services schema. This is required to ensure that attributes are serialized as the correct data type
See Also