PrimitiveSchemaInfo interface

Extends

Özellikler

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ı

entityKind

entityKind: "string" | "boolean" | "date" | "datetime" | "double" | "duration" | "float" | "integer" | "long" | "time"

Özellik Değeri

"string" | "boolean" | "date" | "datetime" | "double" | "duration" | "float" | "integer" | "long" | "time"

Devralınan Özellik Detayları

childOf

childOf: undefined | string

Özellik Değeri

undefined | string

Devralındığı yer:SchemaInfo.childOf

comment

comment?: string

Özellik Değeri

string

Devralındığı yer:SchemaInfo.comment

definedIn

definedIn: undefined | string

Özellik Değeri

undefined | string

Devralındığı yer:SchemaInfo.definedIn

description

description?: LanguageStringType

Özellik Değeri

Devralındığı yer:SchemaInfo.description

displayName

displayName?: LanguageStringType

Özellik Değeri

Devralındığı yer:SchemaInfo.displayName

dtdlVersion

dtdlVersion: number

Özellik Değeri

number

Devralındığı yer:SchemaInfo.dtdlVersion

id

id: string

Özellik Değeri

string

Devralındığı yer:SchemaInfo.id

languageVersion

languageVersion?: number

Özellik Değeri

number

Devralındığı yer:SchemaInfo.languageVersion

supplementalProperties

supplementalProperties: {[x: string]: any}

Özellik Değeri

{[x: string]: any}

Devralındığı yer:SchemaInfo.supplementalProperties

supplementalTypeIds

supplementalTypeIds: string[]

Özellik Değeri

string[]

Devralındığı yer:SchemaInfo.supplementalTypeIds

supplementalTypes

supplementalTypes: SupplementalTypeInfo[]

Özellik Değeri

Devralındığı yer:SchemaInfo.supplementalTypes

undefinedProperties

undefinedProperties: {[name: string]: any}

Özellik Değeri

{[name: string]: any}

Devralındığı yer:SchemaInfo.undefinedProperties

undefinedTypes

undefinedTypes: string[]

Özellik Değeri

string[]

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