Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ManagedReferenceMetadata

The metadata for a DocFX managed reference.

Hierarchy

  • ManagedReferenceMetadata

Index

Properties

commentId

commentId: string

The Id of the XML doc comment from which the managed reference was extracted.

fullName

fullName: string

The fully-qualified reference name, including enclosing namespace.

memberType

memberType: string

The type of member represented by the reference.

name

name: string

The reference name.

nameWithType

nameWithType: string

The reference name, including enclosing CLR type.

type

type: string

The reference type (e.g. Namespace, Class, Method, etc).

uid

uid: string

The reference UID.

Generated using TypeDoc