StringInfo 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"

Özellik Değeri

"string"

Devralınan Özellik Detayları

childOf

childOf: undefined | string

Özellik Değeri

undefined | string

Devralındığı yer:PrimitiveSchemaInfo.childOf

comment

comment?: string

Özellik Değeri

string

Devralındığı yer:PrimitiveSchemaInfo.comment

definedIn

definedIn: undefined | string

Özellik Değeri

undefined | string

Devralındığı yer:PrimitiveSchemaInfo.definedIn

description

description?: LanguageStringType

Özellik Değeri

Devralındığı yer:PrimitiveSchemaInfo.description

displayName

displayName?: LanguageStringType

Özellik Değeri

Devralındığı yer:PrimitiveSchemaInfo.displayName

dtdlVersion

dtdlVersion: number

Özellik Değeri

number

Devralındığı yer:PrimitiveSchemaInfo.dtdlVersion

id

id: string

Özellik Değeri

string

Devralındığı yer:PrimitiveSchemaInfo.id

languageVersion

languageVersion?: number

Özellik Değeri

number

Devralındığı yer:PrimitiveSchemaInfo.languageVersion

supplementalProperties

supplementalProperties: {[x: string]: any}

Özellik Değeri

{[x: string]: any}

Devralındığı yer:PrimitiveSchemaInfo.supplementalProperties

supplementalTypeIds

supplementalTypeIds: string[]

Özellik Değeri

string[]

Devralındığı yer:PrimitiveSchemaInfo.supplementalTypeIds

supplementalTypes

supplementalTypes: SupplementalTypeInfo[]

Özellik Değeri

Devralındığı yer:PrimitiveSchemaInfo.supplementalTypes

undefinedProperties

undefinedProperties: {[name: string]: any}

Özellik Değeri

{[name: string]: any}

Devralındığı yer:PrimitiveSchemaInfo.undefinedProperties

undefinedTypes

undefinedTypes: string[]

Özellik Değeri

string[]

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