PrimitiveSchemaInfo interface

يمتد

الخصائص

entityKind

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

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

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

validateInstance(string)

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

entityKind

entityKind: "string" | "boolean" | "date" | "datetime" | "double" | "duration" | "float" | "integer" | "long" | "time"

قيمة الخاصية

"string" | "boolean" | "date" | "datetime" | "double" | "duration" | "float" | "integer" | "long" | "time"

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

childOf

childOf: undefined | string

قيمة الخاصية

undefined | string

موروثة منSchemaInfo.childOf

comment

comment?: string

قيمة الخاصية

string

موروثة منSchemaInfo.comment

definedIn

definedIn: undefined | string

قيمة الخاصية

undefined | string

موروثة منSchemaInfo.definedIn

description

description?: LanguageStringType

قيمة الخاصية

موروثة منSchemaInfo.description

displayName

displayName?: LanguageStringType

قيمة الخاصية

موروثة منSchemaInfo.displayName

dtdlVersion

dtdlVersion: number

قيمة الخاصية

number

موروثة منSchemaInfo.dtdlVersion

id

id: string

قيمة الخاصية

string

موروثة منSchemaInfo.id

languageVersion

languageVersion?: number

قيمة الخاصية

number

موروثة منSchemaInfo.languageVersion

supplementalProperties

supplementalProperties: {[x: string]: any}

قيمة الخاصية

{[x: string]: any}

موروثة منSchemaInfo.supplementalProperties

supplementalTypeIds

supplementalTypeIds: string[]

قيمة الخاصية

string[]

موروثة منSchemaInfo.supplementalTypeIds

supplementalTypes

supplementalTypes: SupplementalTypeInfo[]

قيمة الخاصية

موروثة منSchemaInfo.supplementalTypes

undefinedProperties

undefinedProperties: {[name: string]: any}

قيمة الخاصية

{[name: string]: any}

موروثة منSchemaInfo.undefinedProperties

undefinedTypes

undefinedTypes: string[]

قيمة الخاصية

string[]

موروثة منSchemaInfo.undefinedTypes

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

validateInstance(string)

function validateInstance(instanceText: string): boolean

المعلمات

instanceText

string

المرتجعات

boolean

موروثة منSchemaInfo.validateInstance