Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace DependentSource

A source that uses the parser, either directly or indirectly.

Properties

Optional dependencies

dependencies: Array<Dependency>

The list of dependencies defined by the source.

Optional entityTypes

The entity types.

Optional isAutoAssociationEnabled

isAutoAssociationEnabled: undefined | false | true

A flag indicating whether or not the source is marked for auto association.

Optional isSystem

isSystem: undefined | false | true

The system flag. A value of false denotes a custom, or user defined object. A value of true denotes a built in object.

Optional sourceDisplayName

sourceDisplayName: undefined | string

The source display name.

Optional sourceId

sourceId: undefined | number

The source unique identifier. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional sourceName

sourceName: undefined | string

The source name.

Optional sourceType

sourceType: undefined | string

The source type.

Functions

getDeserializedJsonObj

getJsonObj