Show / Hide Table of Contents

Enum DTExtensionKind

Indicates the kind of extension.

Namespace: DTDLParser
Assembly: DTDLParser.dll
Syntax
public enum DTExtensionKind
Remarks

DTDL has a limited number of types that can be subtyped by DTDL language extensions. Values of this enum are returned by the ExtensionKind property to indicate the extensible DTDL type that is an ancestor of the supplemental type.

Fields

Name Description
AdjunctType

The kind of extension is AdjunctType.

LatentType

The kind of extension is LatentType.

NamedLatentType

The kind of extension is NamedLatentType.

None

The kind of extension is None.

SemanticType

The kind of extension is SemanticType.

SemanticUnit

The kind of extension is SemanticUnit.

Unit

The kind of extension is Unit.

UnitAttribute

The kind of extension is UnitAttribute.

  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX