Definition
Assembly: CloudNimble.EasyAF.XmlDocumentation.dll Namespace: CloudNimble.EasyAF.XmlDocumentation Inheritance: System.ObjectSyntax
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
objectSyntax
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
objectSyntax
Parameters
| Name | Type | Description |
|---|---|---|
obj | object? | - |
Returns
Type:bool
Equals Inherited
Inherited from
objectSyntax
Parameters
| Name | Type | Description |
|---|---|---|
objA | object? | - |
objB | object? | - |
Returns
Type:bool
GetHashCode Inherited Virtual
Inherited from
objectSyntax
Returns
Type:int
GetType Inherited
Inherited from
objectSyntax
Returns
Type:System.Type
MemberwiseClone Inherited
Inherited from
objectSyntax
Returns
Type:object
ReferenceEquals Inherited
Inherited from
objectSyntax
Parameters
| Name | Type | Description |
|---|---|---|
objA | object? | - |
objB | object? | - |
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
objectSyntax
Returns
Type:string?