Class DtmiReference
Describes an external reference to a DTMI and the location of the reference within a DTDL model.
Inherited Members
Namespace: DTDLParser
Assembly: DTDLParser.dll
Syntax
public class DtmiReference
Properties
| Edit this page View SourceIdentifier
Gets the referenced DTMI that lacks a definition.
Declaration
public Dtmi Identifier { get; }
Property Value
Type | Description |
---|---|
Dtmi |
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 |
LocationName
Gets the name of the source file in which the DTMI is referenced.
Declaration
public string LocationName { get; }
Property Value
Type | Description |
---|---|
string |