Definition
Assembly: CloudNimble.EasyAF.XmlDocumentation.dll Namespace: CloudNimble.EasyAF.XmlDocumentation Inheritance: CloudNimble.EasyAF.XmlDocumentation.XmlDocumentationElementSyntax
Summary
Represents a generic XML documentation element for unrecognized tags.Remarks
This class handles XML documentation elements that don’t have specific implementations. It provides basic text extraction and formatting capabilities for any XML element.Constructors
.ctor
Initializes a new instance of the XmlGenericElement class.Syntax
.ctor
Initializes a new instance of the XmlGenericElement class with XML content.Syntax
Parameters
| Name | Type | Description |
|---|---|---|
element | System.Xml.Linq.XElement | The XML element to parse. |
.ctor Inherited
Inherited from
CloudNimble.EasyAF.XmlDocumentation.XmlDocumentationElementSyntax
.ctor Inherited
Inherited from
CloudNimble.EasyAF.XmlDocumentation.XmlDocumentationElementSyntax
Parameters
| Name | Type | Description |
|---|---|---|
element | System.Xml.Linq.XElement | The XML element to parse. |
.ctor Inherited
Inherited from
objectSyntax
Properties
ElementName
Gets or sets the XML element name.Syntax
Property Value
Type:string
InnerElements Inherited
Inherited from
CloudNimble.EasyAF.XmlDocumentation.XmlDocumentationElementSyntax
Property Value
Type:System.Collections.Generic.List<CloudNimble.EasyAF.XmlDocumentation.XmlDocumentationElement>
RawXml Inherited
Inherited from
CloudNimble.EasyAF.XmlDocumentation.XmlDocumentationElementSyntax
Property Value
Type:string
Text Inherited
Inherited from
CloudNimble.EasyAF.XmlDocumentation.XmlDocumentationElementSyntax
Property Value
Type:string
Methods
CreateDocumentationElement Inherited Virtual
Inherited from
CloudNimble.EasyAF.XmlDocumentation.XmlDocumentationElementSyntax
Parameters
| Name | Type | Description |
|---|---|---|
element | System.Xml.Linq.XElement | The XML element to convert. |
Returns
Type:CloudNimble.EasyAF.XmlDocumentation.XmlDocumentationElement
The appropriate documentation element, or null if not supported.
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
ParseInnerElements Inherited Virtual
Inherited from
CloudNimble.EasyAF.XmlDocumentation.XmlDocumentationElementSyntax
Parameters
| Name | Type | Description |
|---|---|---|
element | System.Xml.Linq.XElement | The parent XML element to parse. |
ReferenceEquals Inherited
Inherited from
objectSyntax
Parameters
| Name | Type | Description |
|---|---|---|
objA | object? | - |
objB | object? | - |
Returns
Type:bool
ToMdx Override
Converts this generic element to MDX format.Syntax
Returns
Type:string
The MDX representation of this element.
ToMdx Inherited Abstract
Inherited from
CloudNimble.EasyAF.XmlDocumentation.XmlDocumentationElementSyntax
Returns
Type:string
The MDX representation of this element.
ToString Inherited Virtual
Inherited from
objectSyntax
Returns
Type:string?