ValueEditorXmlSerializer<T> class
public class Korzh.EasyQuery.ValueEditorXmlSerializer<T> : XmlSerializer<T>
Package: Korzh.EasyQuery
(targets: netstandard2.0
)
Assembly: Korzh.EasyQuery.dll
Constructors
Section titled “Constructors”Name | Type | Description |
---|---|---|
ValueEditorXmlSerializer(XmlSerializerFactory factory) | void |
Methods
Section titled “Methods”Name | Type | Description |
---|---|---|
LoadAttribute(T editor, string propName, string propValue) | void | |
LoadContent(T editor, XmlReader reader) | void | |
LoadFromReader(T editor, XmlReader reader) | void | |
SaveAttributes(T editor, XmlWriter writer) | void | |
SaveContent(T editor, XmlWriter writer) | void | |
SaveToWriter(T editor, XmlWriter writer) | void |