CommandPayloadInfo interface

Extends

Özellikler

entityKind

Devralınan Özellikler

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

Devralınan Yöntemler

validateInstance(string)

Özellik Ayrıntıları

entityKind

entityKind: "commandpayload" | "commandrequest" | "commandresponse"

Özellik Değeri

"commandpayload" | "commandrequest" | "commandresponse"

Devralınan Özellik Detayları

childOf

childOf: undefined | string

Özellik Değeri

undefined | string

Devralındığı yer:SchemaFieldInfo.childOf

comment

comment?: string

Özellik Değeri

string

Devralındığı yer:SchemaFieldInfo.comment

definedIn

definedIn: undefined | string

Özellik Değeri

undefined | string

Devralındığı yer:SchemaFieldInfo.definedIn

description

description?: LanguageStringType

Özellik Değeri

Devralındığı yer:SchemaFieldInfo.description

displayName

displayName?: LanguageStringType

Özellik Değeri

Devralındığı yer:SchemaFieldInfo.displayName

dtdlVersion

dtdlVersion: number

Özellik Değeri

number

Devralındığı yer:SchemaFieldInfo.dtdlVersion

id

id: string

Özellik Değeri

string

Devralındığı yer:SchemaFieldInfo.id

languageVersion

languageVersion?: number

Özellik Değeri

number

Devralındığı yer:SchemaFieldInfo.languageVersion

name

name?: string

Özellik Değeri

string

Devralındığı yer:SchemaFieldInfo.name

schema

schema?: SchemaInfo

Özellik Değeri

Devralındığı yer:SchemaFieldInfo.schema

supplementalProperties

supplementalProperties: {[x: string]: any}

Özellik Değeri

{[x: string]: any}

Devralındığı yer:SchemaFieldInfo.supplementalProperties

supplementalTypeIds

supplementalTypeIds: string[]

Özellik Değeri

string[]

Devralındığı yer:SchemaFieldInfo.supplementalTypeIds

supplementalTypes

supplementalTypes: SupplementalTypeInfo[]

Özellik Değeri

Devralındığı yer:SchemaFieldInfo.supplementalTypes

undefinedProperties

undefinedProperties: {[name: string]: any}

Özellik Değeri

{[name: string]: any}

Devralındığı yer:SchemaFieldInfo.undefinedProperties

undefinedTypes

undefinedTypes: string[]

Özellik Değeri

string[]

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