IntegerInfo interface
- Extends
Properties
| entity |
Inherited Properties
| child |
|
| comment | |
| defined |
|
| description | |
| display |
|
| dtdl |
|
| id | |
| language |
|
| supplemental |
|
| supplemental |
|
| supplemental |
|
| undefined |
|
| undefined |
Inherited Methods
| validate |
Property Details
entityKind
entityKind: "integer"
Property Value
"integer"
Inherited Property Details
childOf
childOf: undefined | string
Property Value
undefined | string
Inherited From NumericSchemaInfo.childOf
comment
definedIn
definedIn: undefined | string
Property Value
undefined | string
Inherited From NumericSchemaInfo.definedIn
description
displayName
dtdlVersion
id
languageVersion
supplementalProperties
supplementalProperties: {[x: string]: any}
Property Value
{[x: string]: any}
Inherited From NumericSchemaInfo.supplementalProperties
supplementalTypeIds
supplementalTypeIds: string[]
Property Value
string[]
Inherited From NumericSchemaInfo.supplementalTypeIds
supplementalTypes
supplementalTypes: SupplementalTypeInfo[]
Property Value
Inherited From NumericSchemaInfo.supplementalTypes
undefinedProperties
undefinedProperties: {[name: string]: any}
Property Value
{[name: string]: any}
Inherited From NumericSchemaInfo.undefinedProperties
undefinedTypes
Inherited Method Details
validateInstance(string)
function validateInstance(instanceText: string): boolean
Parameters
- instanceText
-
string
Returns
boolean
Inherited From NumericSchemaInfo.validateInstance