Skip to main content

valueeditorxmlserializer-t--class

public class Korzh.EasyQuery.ValueEditorXmlSerializer<T>
: XmlSerializer<T>

Assembly: Korzh.EasyQuery.dll

Constructors

NameTypeDescription
ValueEditorXmlSerializer(XmlSerializerFactory factory)void

Fields

NameTypeDescription
IdIsSetboolIndicates if the ID is already set according to the corresponding XML attribute

Methods

NameTypeDescription
LoadAttribute(T editor, string propName, string propValue)void
LoadContent(T editor, XmlReader reader)void
LoadFromReader(T editor, XmlReader reader)void
Reset()voidResets serializer to its initial state
SaveAttributes(T editor, XmlWriter writer)void
SaveContent(T editor, XmlWriter writer)void
SaveToWriter(T editor, XmlWriter writer)void