Skip to main content

Definition

Assembly: CloudNimble.EasyAF.XmlDocumentation.dll Namespace: CloudNimble.EasyAF.XmlDocumentation Inheritance: System.Object

Syntax

Summary

Represents a base XML documentation element with common properties.

Remarks

This abstract class provides the foundation for all XML documentation elements, including summary, remarks, parameters, returns, and other documentation tags. It handles parsing of XML content and preserves the original structure for conversion to MDX format.

Constructors

.ctor Inherited

Inherited from object

Syntax

Properties

InnerElements

Gets or sets the inner XML elements for nested content.

Syntax

Property Value

Type: System.Collections.Generic.List<CloudNimble.EasyAF.XmlDocumentation.XmlDocumentationElement>

RawXml

Gets or sets the raw XML content of the element.

Syntax

Property Value

Type: string

Text

Gets or sets the parsed text content of the element.

Syntax

Property Value

Type: string

Methods

Equals Inherited Virtual

Inherited from object

Syntax

Parameters

Returns

Type: bool

Equals Inherited

Inherited from object

Syntax

Parameters

Returns

Type: bool

GetHashCode Inherited Virtual

Inherited from object

Syntax

Returns

Type: int

GetType Inherited

Inherited from object

Syntax

Returns

Type: System.Type

MemberwiseClone Inherited

Inherited from object

Syntax

Returns

Type: object

ReferenceEquals Inherited

Inherited from object

Syntax

Parameters

Returns

Type: bool

ToMdx Abstract

Converts this element to MDX format.

Syntax

Returns

Type: string The MDX representation of this element.

ToString Inherited Virtual

Inherited from object

Syntax

Returns

Type: string?