NamedEntityInfo interface

Extends

Özellikler

entityKind
name

Devralınan Özellikler

childOf
comment
definedIn
description
displayName
dtdlVersion
id
languageVersion
supplementalProperties
supplementalTypeIds
supplementalTypes
undefinedProperties
undefinedTypes

Devralınan Yöntemler

validateInstance(string)

Özellik Ayrıntıları

entityKind

entityKind: "command" | "commandpayload" | "commandrequest" | "commandresponse" | "component" | "property" | "relationship" | "telemetry" | "enumvalue" | "field" | "mapkey" | "mapvalue" | "unitattribute" | "namedlatenttype"

Özellik Değeri

"command" | "commandpayload" | "commandrequest" | "commandresponse" | "component" | "property" | "relationship" | "telemetry" | "enumvalue" | "field" | "mapkey" | "mapvalue" | "unitattribute" | "namedlatenttype"

name

name?: string

Özellik Değeri

string

Devralınan Özellik Detayları

childOf

childOf: undefined | string

Özellik Değeri

undefined | string

Devralındığı yer:EntityInfo.childOf

comment

comment?: string

Özellik Değeri

string

Devralındığı yer:EntityInfo.comment

definedIn

definedIn: undefined | string

Özellik Değeri

undefined | string

Devralındığı yer:EntityInfo.definedIn

description

description?: LanguageStringType

Özellik Değeri

Devralındığı yer:EntityInfo.description

displayName

displayName?: LanguageStringType

Özellik Değeri

Devralındığı yer:EntityInfo.displayName

dtdlVersion

dtdlVersion: number

Özellik Değeri

number

Devralındığı yer:EntityInfo.dtdlVersion

id

id: string

Özellik Değeri

string

Devralındığı yer:EntityInfo.id

languageVersion

languageVersion?: number

Özellik Değeri

number

Devralındığı yer:EntityInfo.languageVersion

supplementalProperties

supplementalProperties: {[x: string]: any}

Özellik Değeri

{[x: string]: any}

Devralındığı yer:EntityInfo.supplementalProperties

supplementalTypeIds

supplementalTypeIds: string[]

Özellik Değeri

string[]

Devralındığı yer:EntityInfo.supplementalTypeIds

supplementalTypes

supplementalTypes: SupplementalTypeInfo[]

Özellik Değeri

Devralındığı yer:EntityInfo.supplementalTypes

undefinedProperties

undefinedProperties: {[name: string]: any}

Özellik Değeri

{[name: string]: any}

Devralındığı yer:EntityInfo.undefinedProperties

undefinedTypes

undefinedTypes: string[]

Özellik Değeri

string[]

Devralındığı yer:EntityInfo.undefinedTypes

Devralınan Yöntemin Ayrıntıları

validateInstance(string)

function validateInstance(instanceText: string): boolean

Parametreler

instanceText

string

Döndürülenler

boolean

Devralındığı yer:EntityInfo.validateInstance