Table of Contents

Interface IXmlable

Namespace
HeBianGu.Base.WpfBase
Assembly
HeBianGu.Base.WpfBase.dll
public interface IXmlable
Extension Methods

Methods

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

void FromXml(XmlElement xmlEle, XmlDocument cnt, Func<PropertyInfo, object, bool> match = null)

Parameters

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

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

void ToXml(XmlElement xmlEle, XmlDocument cnt, Func<PropertyInfo, object, bool> match = null)

Parameters

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