NamedEntityInfo interface
- Extends
Özellikler
| entity |
|
| name |
Devralınan Özellikler
| child |
|
| comment | |
| defined |
|
| description | |
| display |
|
| dtdl |
|
| id | |
| language |
|
| supplemental |
|
| supplemental |
|
| supplemental |
|
| undefined |
|
| undefined |
Devralınan Yöntemler
| validate |
Ö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
comment
definedIn
definedIn: undefined | string
Özellik Değeri
undefined | string
Devralındığı yer:EntityInfo.definedIn
description
displayName
dtdlVersion
id
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
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