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