CommandInfo interface

يمتد

الخصائص

commandType
entityKind
request
response

الخصائص الموروثة

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

الأساليب المتوارثة

validateInstance(string)

تفاصيل الخاصية

commandType

commandType?: CommandTypeInfo

قيمة الخاصية

entityKind

entityKind: "command"

قيمة الخاصية

"command"

request

request?: CommandPayloadInfo

قيمة الخاصية

response

response?: CommandPayloadInfo

قيمة الخاصية

تفاصيل الخاصية الموروثة

childOf

childOf: undefined | string

قيمة الخاصية

undefined | string

موروثة منContentInfo.childOf

comment

comment?: string

قيمة الخاصية

string

موروثة منContentInfo.comment

definedIn

definedIn: undefined | string

قيمة الخاصية

undefined | string

موروثة منContentInfo.definedIn

description

description?: LanguageStringType

قيمة الخاصية

موروثة منContentInfo.description

displayName

displayName?: LanguageStringType

قيمة الخاصية

موروثة منContentInfo.displayName

dtdlVersion

dtdlVersion: number

قيمة الخاصية

number

موروثة منContentInfo.dtdlVersion

id

id: string

قيمة الخاصية

string

موروثة منContentInfo.id

languageVersion

languageVersion?: number

قيمة الخاصية

number

موروثة منContentInfo.languageVersion

name

name?: string

قيمة الخاصية

string

موروثة منContentInfo.name

supplementalProperties

supplementalProperties: {[x: string]: any}

قيمة الخاصية

{[x: string]: any}

موروثة منContentInfo.supplementalProperties

supplementalTypeIds

supplementalTypeIds: string[]

قيمة الخاصية

string[]

موروثة منContentInfo.supplementalTypeIds

supplementalTypes

supplementalTypes: SupplementalTypeInfo[]

قيمة الخاصية

موروثة منContentInfo.supplementalTypes

undefinedProperties

undefinedProperties: {[name: string]: any}

قيمة الخاصية

{[name: string]: any}

موروثة منContentInfo.undefinedProperties

undefinedTypes

undefinedTypes: string[]

قيمة الخاصية

string[]

موروثة منContentInfo.undefinedTypes

تفاصيل الأساليب المتوارثة

validateInstance(string)

function validateInstance(instanceText: string): boolean

المعلمات

instanceText

string

المرتجعات

boolean

موروثة منContentInfo.validateInstance