你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ArrayInfo interface

扩展

属性

elementSchema
entityKind

继承属性

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

继承的方法

validateInstance(string)

属性详细信息

elementSchema

elementSchema?: SchemaInfo

属性值

entityKind

entityKind: "array"

属性值

"array"

继承属性详细信息

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