Options
All
  • Public
  • Public/Protected
  • All
Menu

Class NamedElement<TParent>

An element within a model that has a name.

Type parameters

Hierarchy

Index

Constructors

Protected constructor

  • new NamedElement(name: string, parent: TParent): NamedElement

Properties

name

name: string

The name of the NamedElement.

parent

parent: TParent

The parent of this Element

qualifiedName

qualifiedName: string
internal

Static namespaceSeparator

namespaceSeparator: string = "."

The symbol used to separate NamedElement names within a fully qualified name. Change this static member to create different styles of qualified name generated by the toString method.

Methods

toString

  • toString(): string

Generated using TypeDoc