Show / Hide Table of Contents

Class DtmiReference

Describes an external reference to a DTMI and the location of the reference within a DTDL model.

Inheritance
object
DtmiReference
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: DTDLParser
Assembly: DTDLParser.dll
Syntax
public class DtmiReference

Properties

| Edit this page View Source

Identifier

Gets the referenced DTMI that lacks a definition.

Declaration
public Dtmi Identifier { get; }
Property Value
Type Description
Dtmi
| Edit this page View Source

LocationLine

Gets the line number within the source file in which the DTMI is referenced.

Declaration
public int LocationLine { get; }
Property Value
Type Description
int
| Edit this page View Source

LocationName

Gets the name of the source file in which the DTMI is referenced.

Declaration
public string LocationName { get; }
Property Value
Type Description
string
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX