Options
All
  • Public
  • Public/Protected
  • All
Menu

Class SupplementalPropertyInfoImpl

Package version

Class that provides information about a property that can be applied to a DTDL element that has a supplemental type.

Hierarchy

  • SupplementalPropertyInfoImpl

Implements

Index

Constructors

constructor

  • new SupplementalPropertyInfoImpl(type: string, isPlural: boolean, isOptional: boolean, minCount?: undefined | number, maxCount?: undefined | number, dictionaryKey?: undefined | string, instanceProperty?: undefined | string, valueConstraint?: ValueConstraint): SupplementalPropertyInfoImpl

Properties

Optional dictionaryKey

dictionaryKey: undefined | string

Optional instanceProperty

instanceProperty: undefined | string

isOptional

isOptional: boolean

isPlural

isPlural: boolean

Optional maxCount

maxCount: undefined | number

Optional minCount

minCount: undefined | number

type

type: string

Optional valueConstraint

valueConstraint: ValueConstraint

Generated using TypeDoc