Table of Contents

Class TestXmlable

Namespace
HeBianGu.Systems.XmlSerialize
Assembly
HeBianGu.Systems.XmlSerialize.dll
public class TestXmlable : IXmlable
Inheritance
TestXmlable
Implements
Derived
Inherited Members
Extension Methods

Methods

FromXml(XmlElement, XmlDocument, Func<PropertyInfo, object, bool>)

public virtual void FromXml(XmlElement xmlEle, XmlDocument doc, Func<PropertyInfo, object, bool> match)

Parameters

xmlEle XmlElement
doc XmlDocument
match Func<PropertyInfo, object, bool>

ToXml(XmlElement, XmlDocument, Func<PropertyInfo, object, bool>)

public virtual void ToXml(XmlElement xmlEle, XmlDocument doc, Func<PropertyInfo, object, bool> match)

Parameters

xmlEle XmlElement
doc XmlDocument
match Func<PropertyInfo, object, bool>