NumericSchemaInfo interface

يمتد

الخصائص

entityKind

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

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

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

validateInstance(string)

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

entityKind

entityKind: "double" | "float" | "integer" | "long"

قيمة الخاصية

"double" | "float" | "integer" | "long"

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

childOf

childOf: undefined | string

قيمة الخاصية

undefined | string

موروثة منPrimitiveSchemaInfo.childOf

comment

comment?: string

قيمة الخاصية

string

موروثة منPrimitiveSchemaInfo.comment

definedIn

definedIn: undefined | string

قيمة الخاصية

undefined | string

موروثة منPrimitiveSchemaInfo.definedIn

description

description?: LanguageStringType

قيمة الخاصية

موروثة منPrimitiveSchemaInfo.description

displayName

displayName?: LanguageStringType

قيمة الخاصية

موروثة منPrimitiveSchemaInfo.displayName

dtdlVersion

dtdlVersion: number

قيمة الخاصية

number

موروثة منPrimitiveSchemaInfo.dtdlVersion

id

id: string

قيمة الخاصية

string

موروثة منPrimitiveSchemaInfo.id

languageVersion

languageVersion?: number

قيمة الخاصية

number

موروثة منPrimitiveSchemaInfo.languageVersion

supplementalProperties

supplementalProperties: {[x: string]: any}

قيمة الخاصية

{[x: string]: any}

موروثة منPrimitiveSchemaInfo.supplementalProperties

supplementalTypeIds

supplementalTypeIds: string[]

قيمة الخاصية

string[]

موروثة منPrimitiveSchemaInfo.supplementalTypeIds

supplementalTypes

supplementalTypes: SupplementalTypeInfo[]

قيمة الخاصية

موروثة منPrimitiveSchemaInfo.supplementalTypes

undefinedProperties

undefinedProperties: {[name: string]: any}

قيمة الخاصية

{[name: string]: any}

موروثة منPrimitiveSchemaInfo.undefinedProperties

undefinedTypes

undefinedTypes: string[]

قيمة الخاصية

string[]

موروثة منPrimitiveSchemaInfo.undefinedTypes

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

validateInstance(string)

function validateInstance(instanceText: string): boolean

المعلمات

instanceText

string

المرتجعات

boolean

موروثة منPrimitiveSchemaInfo.validateInstance