Table of Contents

Interface IToXElement

Namespace
Hi.Common.XmlUtils
Assembly
HiGeom.dll

Interface of ToXElement(). Which can be represented by a single XElement.

public interface IToXElement
Extension Methods

Remarks

Relative to IMakeXmlSource, the IToXElement don't export file. So no directory information is required. A single XElement represent the object.

Methods

ToXElement()

Get the XElement to represent the object.

XElement ToXElement()

Returns

XElement

XElement to represent the object.