Skip to main content

Definition

Assembly: CloudNimble.EasyAF.XmlDocumentation.dll Namespace: CloudNimble.EasyAF.XmlDocumentation Inheritance: CloudNimble.EasyAF.XmlDocumentation.XmlDocumentationElement

Syntax

Summary

Represents a parameter XML documentation element.

Remarks

The param element describes a parameter of a method, constructor, or indexer. It includes the parameter name and description of its purpose and usage.

Constructors

.ctor

Initializes a new instance of the XmlParameterElement class.

Syntax

.ctor

Initializes a new instance of the XmlParameterElement class with XML content.

Syntax

Parameters

.ctor Inherited

Inherited from CloudNimble.EasyAF.XmlDocumentation.XmlDocumentationElement
Initializes a new instance of the XmlDocumentationElement class.

Syntax

.ctor Inherited

Inherited from CloudNimble.EasyAF.XmlDocumentation.XmlDocumentationElement
Initializes a new instance of the XmlDocumentationElement class with XML content.

Syntax

Parameters

.ctor Inherited

Inherited from object

Syntax

Properties

InnerElements Inherited

Inherited from CloudNimble.EasyAF.XmlDocumentation.XmlDocumentationElement
Gets or sets the inner XML elements for nested content.

Syntax

Property Value

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

Name

Gets or sets the name of the parameter.

Syntax

Property Value

Type: string

RawXml Inherited

Inherited from CloudNimble.EasyAF.XmlDocumentation.XmlDocumentationElement
Gets or sets the raw XML content of the element.

Syntax

Property Value

Type: string

Text Inherited

Inherited from CloudNimble.EasyAF.XmlDocumentation.XmlDocumentationElement
Gets or sets the parsed text content of the element.

Syntax

Property Value

Type: string

Methods

CreateDocumentationElement Inherited Virtual

Inherited from CloudNimble.EasyAF.XmlDocumentation.XmlDocumentationElement
Creates the appropriate documentation element based on the XML element name.

Syntax

Parameters

Returns

Type: CloudNimble.EasyAF.XmlDocumentation.XmlDocumentationElement The appropriate documentation element, or null if not supported.

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

ParseInnerElements Inherited Virtual

Inherited from CloudNimble.EasyAF.XmlDocumentation.XmlDocumentationElement
Parses inner XML elements recursively.

Syntax

Parameters

ReferenceEquals Inherited

Inherited from object

Syntax

Parameters

Returns

Type: bool

ToMdx Override

Converts this parameter element to MDX format.

Syntax

Returns

Type: string The MDX representation of this parameter.

ToMdx Inherited Abstract

Inherited from CloudNimble.EasyAF.XmlDocumentation.XmlDocumentationElement
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?