CommandRequestInfo interface

Extends

Properties

entityKind

Inherited Methods

validateInstance(string)

Property Details

entityKind

entityKind: "commandrequest"

Property Value

"commandrequest"

Inherited Property Details

childOf

childOf: undefined | string

Property Value

undefined | string

Inherited From CommandPayloadInfo.childOf

comment

comment?: string

Property Value

string

Inherited From CommandPayloadInfo.comment

definedIn

definedIn: undefined | string

Property Value

undefined | string

Inherited From CommandPayloadInfo.definedIn

description

description?: LanguageStringType

Property Value

Inherited From CommandPayloadInfo.description

displayName

displayName?: LanguageStringType

Property Value

Inherited From CommandPayloadInfo.displayName

dtdlVersion

dtdlVersion: number

Property Value

number

Inherited From CommandPayloadInfo.dtdlVersion

id

id: string

Property Value

string

Inherited From CommandPayloadInfo.id

languageVersion

languageVersion?: number

Property Value

number

Inherited From CommandPayloadInfo.languageVersion

name

name?: string

Property Value

string

Inherited From CommandPayloadInfo.name

schema

schema?: SchemaInfo

Property Value

Inherited From CommandPayloadInfo.schema

supplementalProperties

supplementalProperties: {[x: string]: any}

Property Value

{[x: string]: any}

Inherited From CommandPayloadInfo.supplementalProperties

supplementalTypeIds

supplementalTypeIds: string[]

Property Value

string[]

Inherited From CommandPayloadInfo.supplementalTypeIds

supplementalTypes

supplementalTypes: SupplementalTypeInfo[]

Property Value

Inherited From CommandPayloadInfo.supplementalTypes

undefinedProperties

undefinedProperties: {[name: string]: any}

Property Value

{[name: string]: any}

Inherited From CommandPayloadInfo.undefinedProperties

undefinedTypes

undefinedTypes: string[]

Property Value

string[]

Inherited From CommandPayloadInfo.undefinedTypes

Inherited Method Details

validateInstance(string)

function validateInstance(instanceText: string): boolean

Parameters

instanceText

string

Returns

boolean

Inherited From CommandPayloadInfo.validateInstance