SchemaInfo interface

Extends

Свойства

entityKind

Унаследованные свойства

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

Наследуемые методы

validateInstance(string)

Сведения о свойстве

entityKind

entityKind: "string" | "boolean" | "object" | "array" | "enum" | "map" | "date" | "datetime" | "double" | "duration" | "float" | "integer" | "long" | "time"

Значение свойства

"string" | "boolean" | "object" | "array" | "enum" | "map" | "date" | "datetime" | "double" | "duration" | "float" | "integer" | "long" | "time"

Сведения об унаследованном свойстве

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