SchemaFieldInfo interface

يمتد

الخصائص

entityKind
schema

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

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

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

validateInstance(string)

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

entityKind

entityKind: "commandpayload" | "commandrequest" | "commandresponse" | "field" | "mapvalue"

قيمة الخاصية

"commandpayload" | "commandrequest" | "commandresponse" | "field" | "mapvalue"

schema

schema?: SchemaInfo

قيمة الخاصية

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

childOf

childOf: undefined | string

قيمة الخاصية

undefined | string

موروثة منNamedEntityInfo.childOf

comment

comment?: string

قيمة الخاصية

string

موروثة منNamedEntityInfo.comment

definedIn

definedIn: undefined | string

قيمة الخاصية

undefined | string

موروثة منNamedEntityInfo.definedIn

description

description?: LanguageStringType

قيمة الخاصية

موروثة منNamedEntityInfo.description

displayName

displayName?: LanguageStringType

قيمة الخاصية

موروثة منNamedEntityInfo.displayName

dtdlVersion

dtdlVersion: number

قيمة الخاصية

number

موروثة منNamedEntityInfo.dtdlVersion

id

id: string

قيمة الخاصية

string

موروثة منNamedEntityInfo.id

languageVersion

languageVersion?: number

قيمة الخاصية

number

موروثة منNamedEntityInfo.languageVersion

name

name?: string

قيمة الخاصية

string

موروثة منNamedEntityInfo.name

supplementalProperties

supplementalProperties: {[x: string]: any}

قيمة الخاصية

{[x: string]: any}

موروثة منNamedEntityInfo.supplementalProperties

supplementalTypeIds

supplementalTypeIds: string[]

قيمة الخاصية

string[]

موروثة منNamedEntityInfo.supplementalTypeIds

supplementalTypes

supplementalTypes: SupplementalTypeInfo[]

قيمة الخاصية

موروثة منNamedEntityInfo.supplementalTypes

undefinedProperties

undefinedProperties: {[name: string]: any}

قيمة الخاصية

{[name: string]: any}

موروثة منNamedEntityInfo.undefinedProperties

undefinedTypes

undefinedTypes: string[]

قيمة الخاصية

string[]

موروثة منNamedEntityInfo.undefinedTypes

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

validateInstance(string)

function validateInstance(instanceText: string): boolean

المعلمات

instanceText

string

المرتجعات

boolean

موروثة منNamedEntityInfo.validateInstance