ObjectInfo interface

يمتد

الخصائص

entityKind
fields

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

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

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

validateInstance(string)

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

entityKind

entityKind: "object"

قيمة الخاصية

"object"

fields

fields?: FieldInfo[]

قيمة الخاصية

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

childOf

childOf: undefined | string

قيمة الخاصية

undefined | string

موروثة منComplexSchemaInfo.childof

comment

comment?: string

قيمة الخاصية

string

موروثة منComplexSchemaInfo.comment

definedIn

definedIn: undefined | string

قيمة الخاصية

undefined | string

موروثة منComplexSchemaInfo.definedIn

description

description?: LanguageStringType

قيمة الخاصية

موروثة منComplexSchemaInfo.description

displayName

displayName?: LanguageStringType

قيمة الخاصية

موروثة منComplexSchemaInfo.displayName

dtdlVersion

dtdlVersion: number

قيمة الخاصية

number

موروثة منComplexSchemaInfo.dtdlVersion

id

id: string

قيمة الخاصية

string

موروثة منComplexSchemaInfo.id

languageVersion

languageVersion?: number

قيمة الخاصية

number

موروثة منComplexSchemaInfo.languageVersion

supplementalProperties

supplementalProperties: {[x: string]: any}

قيمة الخاصية

{[x: string]: any}

موروثة منComplexSchemaInfo.supplementalProperties

supplementalTypeIds

supplementalTypeIds: string[]

قيمة الخاصية

string[]

موروثة منComplexSchemaInfo.supplementalTypeIds

supplementalTypes

supplementalTypes: SupplementalTypeInfo[]

قيمة الخاصية

موروثة منComplexSchemaInfo.supplementalTypes

undefinedProperties

undefinedProperties: {[name: string]: any}

قيمة الخاصية

{[name: string]: any}

موروثة منComplexSchemaInfo.undefinedProperties

undefinedTypes

undefinedTypes: string[]

قيمة الخاصية

string[]

موروثة منComplexSchemaInfo.undefinedTypes

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

validateInstance(string)

function validateInstance(instanceText: string): boolean

المعلمات

instanceText

string

المرتجعات

boolean

موروثة منComplexSchemaInfo.validateInstance