XmlDocEntry Constructors

Namespace
Kampute.DocToolkit.XmlDoc
Assembly
  • Kampute.DocToolkit.dll
XmlDocEntry(XElement)Initializes a new instance of the XmlDocEntry class.
XmlDocEntry(XmlDocEntry, IDocumentationContext)Initializes a new instance associated with the specified documentation context.

XmlDocEntry(XElement)

Initializes a new instance of the XmlDocEntry class.
public XmlDocEntry(XElement element)

Parameters

element XElement
The XML element containing the documentation.

Exceptions

ArgumentNullException
Thrown when element is null.

XmlDocEntry(XmlDocEntry, IDocumentationContext)

Initializes a new instance associated with the specified documentation context.
protected XmlDocEntry(XmlDocEntry other, IDocumentationContext context)

Parameters

other XmlDocEntry
The instance to copy.
context IDocumentationContext
The documentation context to associate.

Exceptions

ArgumentNullException
Thrown when other or context is null.