TemporalSchemaInfo interface

Extends

Vlastnosti

entityKind

Zděděné vlastnosti

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

Zděděné metody

validateInstance(string)

Podrobnosti vlastnosti

entityKind

entityKind: "date" | "datetime" | "duration" | "time"

Hodnota vlastnosti

"date" | "datetime" | "duration" | "time"

Podrobnosti zděděných vlastností

childOf

childOf: undefined | string

Hodnota vlastnosti

undefined | string

Zděděno zPrimitiveSchemaInfo.childOf

comment

comment?: string

Hodnota vlastnosti

string

Zděděno zPrimitiveSchemaInfo.comment

definedIn

definedIn: undefined | string

Hodnota vlastnosti

undefined | string

Zděděno zPrimitiveSchemaInfo.definedIn

description

description?: LanguageStringType

Hodnota vlastnosti

Zděděno zPrimitiveSchemaInfo.description

displayName

displayName?: LanguageStringType

Hodnota vlastnosti

Zděděno zPrimitiveSchemaInfo.displayName

dtdlVersion

dtdlVersion: number

Hodnota vlastnosti

number

Zděděno zPrimitiveSchemaInfo.dtdlVersion

id

id: string

Hodnota vlastnosti

string

Zděděno poPrimitiveSchemaInfo.id

languageVersion

languageVersion?: number

Hodnota vlastnosti

number

Zděděno zPrimitiveSchemaInfo.languageVersion

supplementalProperties

supplementalProperties: {[x: string]: any}

Hodnota vlastnosti

{[x: string]: any}

Zděděno zPrimitiveSchemaInfo.supplementalProperties

supplementalTypeIds

supplementalTypeIds: string[]

Hodnota vlastnosti

string[]

Zděděno zPrimitiveSchemaInfo.supplementalTypeIds

supplementalTypes

supplementalTypes: SupplementalTypeInfo[]

Hodnota vlastnosti

Zděděno zPrimitiveSchemaInfo.supplementalTypes

undefinedProperties

undefinedProperties: {[name: string]: any}

Hodnota vlastnosti

{[name: string]: any}

Zděděno zPrimitiveSchemaInfo.undefinedProperties

undefinedTypes

undefinedTypes: string[]

Hodnota vlastnosti

string[]

Zděděno zPrimitiveSchemaInfo.undefinedTypes

Podrobnosti zděděných metod

validateInstance(string)

function validateInstance(instanceText: string): boolean

Parametry

instanceText

string

Návraty

boolean

Zděděno zPrimitiveSchemaInfo.validateInstance