NamedEntityInfo interface

يمتد

الخصائص

entityKind
name

الخصائص الموروثة

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

الأساليب المتوارثة

validateInstance(string)

تفاصيل الخاصية

entityKind

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

قيمة الخاصية

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

name

name?: string

قيمة الخاصية

string

تفاصيل الخاصية الموروثة

childOf

childOf: undefined | string

قيمة الخاصية

undefined | string

موروثة منEntityInfo.childOf

comment

comment?: string

قيمة الخاصية

string

موروثة منEntityInfo.comment

definedIn

definedIn: undefined | string

قيمة الخاصية

undefined | string

موروثة منEntityInfo.definedIn

description

description?: LanguageStringType

قيمة الخاصية

موروثة منEntityInfo.description

displayName

displayName?: LanguageStringType

قيمة الخاصية

موروثة منEntityInfo.displayName

dtdlVersion

dtdlVersion: number

قيمة الخاصية

number

موروثة منEntityInfo.dtdlVersion

id

id: string

قيمة الخاصية

string

موروثة منEntityInfo.id

languageVersion

languageVersion?: number

قيمة الخاصية

number

موروثة منEntityInfo.languageVersion

supplementalProperties

supplementalProperties: {[x: string]: any}

قيمة الخاصية

{[x: string]: any}

موروثة منEntityInfo.supplementalProperties

supplementalTypeIds

supplementalTypeIds: string[]

قيمة الخاصية

string[]

موروثة منEntityInfo.supplementalTypeIds

supplementalTypes

supplementalTypes: SupplementalTypeInfo[]

قيمة الخاصية

موروثة منEntityInfo.supplementalTypes

undefinedProperties

undefinedProperties: {[name: string]: any}

قيمة الخاصية

{[name: string]: any}

موروثة منEntityInfo.undefinedProperties

undefinedTypes

undefinedTypes: string[]

قيمة الخاصية

string[]

موروثة منEntityInfo.undefinedTypes

تفاصيل الأساليب المتوارثة

validateInstance(string)

function validateInstance(instanceText: string): boolean

المعلمات

instanceText

string

المرتجعات

boolean

موروثة منEntityInfo.validateInstance