Table of Contents

Interface IXmlable

Namespace
H.Services.Serializable
Assembly
H.Services.Serializable.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>