Skip to main content

Definition

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

Syntax

CloudNimble.EasyAF.XmlDocumentation.XmlTypeParamRefElement

Summary

Represents a typeparamref XML documentation element for type parameter references.

Remarks

The typeparamref element creates a reference to a generic type parameter within the documentation. It is used to refer to type parameters inline within text.

Constructors

.ctor

Initializes a new instance of the XmlTypeParamRefElement class.

Syntax

public XmlTypeParamRefElement()

.ctor

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

Syntax

public XmlTypeParamRefElement(System.Xml.Linq.XElement element)

Parameters

NameTypeDescription
elementSystem.Xml.Linq.XElementThe XML element to parse.

.ctor Inherited

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

Syntax

protected XmlDocumentationElement()

.ctor Inherited

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

Syntax

protected XmlDocumentationElement(System.Xml.Linq.XElement element)

Parameters

NameTypeDescription
elementSystem.Xml.Linq.XElementThe XML element to parse.

.ctor Inherited

Inherited from object

Syntax

public Object()

Properties

InnerElements Inherited

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

Syntax

public System.Collections.Generic.List<CloudNimble.EasyAF.XmlDocumentation.XmlDocumentationElement> InnerElements { get; set; }

Property Value

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

Name

Gets or sets the name of the referenced type parameter.

Syntax

public string Name { get; set; }

Property Value

Type: string

RawXml Inherited

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

Syntax

public string RawXml { get; set; }

Property Value

Type: string

Text Inherited

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

Syntax

public string Text { get; set; }

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

protected virtual CloudNimble.EasyAF.XmlDocumentation.XmlDocumentationElement CreateDocumentationElement(System.Xml.Linq.XElement element)

Parameters

NameTypeDescription
elementSystem.Xml.Linq.XElementThe XML element to convert.

Returns

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

Equals Inherited Virtual

Inherited from object

Syntax

public virtual bool Equals(object obj)

Parameters

NameTypeDescription
objobject?-

Returns

Type: bool

Equals Inherited

Inherited from object

Syntax

public static bool Equals(object objA, object objB)

Parameters

NameTypeDescription
objAobject?-
objBobject?-

Returns

Type: bool

GetHashCode Inherited Virtual

Inherited from object

Syntax

public virtual int GetHashCode()

Returns

Type: int

GetType Inherited

Inherited from object

Syntax

public System.Type GetType()

Returns

Type: System.Type

MemberwiseClone Inherited

Inherited from object

Syntax

protected internal object MemberwiseClone()

Returns

Type: object

ParseInnerElements Inherited Virtual

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

Syntax

protected virtual void ParseInnerElements(System.Xml.Linq.XElement element)

Parameters

NameTypeDescription
elementSystem.Xml.Linq.XElementThe parent XML element to parse.

ReferenceEquals Inherited

Inherited from object

Syntax

public static bool ReferenceEquals(object objA, object objB)

Parameters

NameTypeDescription
objAobject?-
objBobject?-

Returns

Type: bool

ToMdx Override

Converts this typeparamref element to MDX format as inline code.

Syntax

public override string ToMdx()

Returns

Type: string The MDX representation of this type parameter reference.

ToMdx Inherited Abstract

Inherited from CloudNimble.EasyAF.XmlDocumentation.XmlDocumentationElement
Converts this element to MDX format.

Syntax

public abstract string ToMdx()

Returns

Type: string The MDX representation of this element.

ToString Inherited Virtual

Inherited from object

Syntax

public virtual string ToString()

Returns

Type: string?