IntegerInfo interface

Extends

屬性

entityKind

繼承的屬性

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

繼承的方法

validateInstance(string)

屬性詳細資料

entityKind

entityKind: "integer"

屬性值

"integer"

繼承的屬性詳細資料

childOf

childOf: undefined | string

屬性值

undefined | string

繼承自NumericSchemaInfo.childOf

comment

comment?: string

屬性值

string

繼承自NumericSchemaInfo.comment

definedIn

definedIn: undefined | string

屬性值

undefined | string

繼承自NumericSchemaInfo.definedIn

description

description?: LanguageStringType

屬性值

繼承自NumericSchemaInfo.description

displayName

displayName?: LanguageStringType

屬性值

繼承自NumericSchemaInfo.displayName

dtdlVersion

dtdlVersion: number

屬性值

number

繼承自NumericSchemaInfo.dtdlVersion

id

id: string

屬性值

string

繼承自 NumericSchemaInfo.id

languageVersion

languageVersion?: number

屬性值

number

繼承自NumericSchemaInfo.languageVersion

supplementalProperties

supplementalProperties: {[x: string]: any}

屬性值

{[x: string]: any}

繼承自NumericSchemaInfo.supplementalProperties

supplementalTypeIds

supplementalTypeIds: string[]

屬性值

string[]

繼承自NumericSchemaInfo.supplementalTypeIds

supplementalTypes

supplementalTypes: SupplementalTypeInfo[]

屬性值

繼承自NumericSchemaInfo.supplementalTypes

undefinedProperties

undefinedProperties: {[name: string]: any}

屬性值

{[name: string]: any}

繼承自NumericSchemaInfo.undefinedProperties

undefinedTypes

undefinedTypes: string[]

屬性值

string[]

繼承自NumericSchemaInfo.undefinedTypes

繼承的方法的詳細資料

validateInstance(string)

function validateInstance(instanceText: string): boolean

參數

instanceText

string

傳回

boolean

繼承自NumericSchemaInfo.validateInstance