PropertyInfo Namespace

Function

Name Description
PropertyInfo.fromJSON Deserialize PropertyInfo from JSON
PropertyInfo.toCompressedJSON Serialize PropertyInfo to compressed JSON
PropertyInfo.toJSON Serialize PropertyInfo to JSON

Defined in

PropertyInfo Interface

A structure that describes an ECProperty

Properties

Name Type Description
classInfo ClassInfo Information about ECProperty class  
enumerationInfo undefined | EnumerationInfo Enumeration info if the property is enumerable  
extendedType undefined | string Extended type name of the ECProperty if it has one  
kindOfQuantity undefined | KindOfQuantityInfo Kind of quantity information, if any.  
name string Name of the ECProperty  
navigationPropertyInfo undefined | NavigationPropertyInfo Navigation property info if the field is navigation type  
type string Type name of the ECProperty  

Defined in

Last Updated: 19 April, 2024