ArrayInfo interface

Extends

Özellikler

elementSchema
entityKind

Devralınan Özellikler

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

Devralınan Yöntemler

validateInstance(string)

Özellik Ayrıntıları

elementSchema

elementSchema?: SchemaInfo

Özellik Değeri

entityKind

entityKind: "array"

Özellik Değeri

"array"

Devralınan Özellik Detayları

childOf

childOf: undefined | string

Özellik Değeri

undefined | string

Devralındığı yer:ComplexSchemaInfo.childOf

comment

comment?: string

Özellik Değeri

string

Devralındığı yer:ComplexSchemaInfo.comment

definedIn

definedIn: undefined | string

Özellik Değeri

undefined | string

Devralındığı yer:ComplexSchemaInfo.definedIn

description

description?: LanguageStringType

Özellik Değeri

Devralındığı yer:ComplexSchemaInfo.description

displayName

displayName?: LanguageStringType

Özellik Değeri

Devralındığı yer:ComplexSchemaInfo.displayName

dtdlVersion

dtdlVersion: number

Özellik Değeri

number

Devralındığı yer:ComplexSchemaInfo.dtdlVersion

id

id: string

Özellik Değeri

string

Devralındığı yer:ComplexSchemaInfo.id

languageVersion

languageVersion?: number

Özellik Değeri

number

Devralındığı yer:ComplexSchemaInfo.languageVersion

supplementalProperties

supplementalProperties: {[x: string]: any}

Özellik Değeri

{[x: string]: any}

Devralındığı yer:ComplexSchemaInfo.supplementalProperties

supplementalTypeIds

supplementalTypeIds: string[]

Özellik Değeri

string[]

Devralındığı yer:ComplexSchemaInfo.supplementalTypeIds

supplementalTypes

supplementalTypes: SupplementalTypeInfo[]

Özellik Değeri

Devralındığı yer:ComplexSchemaInfo.supplementalTypes

undefinedProperties

undefinedProperties: {[name: string]: any}

Özellik Değeri

{[name: string]: any}

Devralındığı yer:ComplexSchemaInfo.undefinedProperties

undefinedTypes

undefinedTypes: string[]

Özellik Değeri

string[]

Devralındığı yer:ComplexSchemaInfo.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:ComplexSchemaInfo.validateInstance