Click or drag to resize
CSEntryChangeDeserializer Class
Contains methods for deserializing XML representations of CSEntryChange objects created by the CSEntryChangeSerializer class
Inheritance Hierarchy
SystemObject
  Lithnet.MetadirectoryServicesCSEntryChangeDeserializer

Namespace: Lithnet.MetadirectoryServices
Assembly: Lithnet.MetadirectoryServices (in Lithnet.MetadirectoryServices.dll) Version: 1.0.6017.24765
Syntax
public static class CSEntryChangeDeserializer
Methods
  NameDescription
Public methodStatic memberDeserialize(String)
Deserializes a file into a list of CSEntryChange objects
Public methodStatic memberDeserialize(XElement)
Deserializes an XML representation of a CSEntryChange
Top
See Also