valueeditorxmlserializer-t--class
public class Korzh.EasyQuery.ValueEditorXmlSerializer<T>
: XmlSerializer<T>
Assembly: Korzh.EasyQuery.dll
Constructors
Name | Type | Description |
---|---|---|
ValueEditorXmlSerializer(XmlSerializerFactory factory) | void |
Fields
Name | Type | Description |
---|---|---|
IdIsSet | bool | Indicates if the ID is already set according to the corresponding XML attribute |
Methods
Name | Type | Description |
---|---|---|
LoadAttribute(T editor, string propName, string propValue) | void | |
LoadContent(T editor, XmlReader reader) | void | |
LoadFromReader(T editor, XmlReader reader) | void | |
Reset() | void | Resets serializer to its initial state |
SaveAttributes(T editor, XmlWriter writer) | void | |
SaveContent(T editor, XmlWriter writer) | void | |
SaveToWriter(T editor, XmlWriter writer) | void |