Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AttributeDescriptor

AttributeDescriptor represents data that describes an attribute.

Hierarchy

  • AttributeDescriptor

Index

Properties

alias

alias: string

The alias property is an alternate name of the attribute.

dataType

dataType: string

The dataType property is the name of the value's data type.

extensions

extensions: AttributeExtensionCollection

The extensions property is an AttributeExtensionCollection.

Optional length

length: number

The optional length property is the max length of the value's data type.

name

name: string

Methods

getDisplayValue

  • getDisplayValue(rawValue: any): Promise<any>
  • getDisplayValue(rawValue: any): Promise<any>
  • getDisplayValue(rawValue: any): Promise<any>
  • Parameters

    • rawValue: any

    Returns Promise<any>

  • Clean up the value for display

    Parameters

    • rawValue: any

      any.

    Returns Promise<any>

    a Q.Promise resolving to the display value.

  • Parameters

    • rawValue: any

    Returns Promise<any>