Interface IXmlable
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
XmlElementcnt
XmlDocumentmatch
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
XmlElementcnt
XmlDocumentmatch
Func<PropertyInfo, object, bool>