Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

constructor

  • Parameters

    • value: string | any

    Returns RecordState

Properties

Private _value

_value: any

Methods

copyAsJsonObject

  • copyAsJsonObject(): object
  • Returns object

copyAsJsonString

  • copyAsJsonString(): string
  • Returns string

getPropertyValue

  • getPropertyValue(propertyName: string): any
  • Parameters

    • propertyName: string

    Returns any

internalValue

  • internalValue(): any
  • Returns any

setPropertyValue

  • setPropertyValue(propertyName: string, value: any): boolean
  • Parameters

    • propertyName: string
    • value: any

    Returns boolean

Static getPropertyValue

  • getPropertyValue(record: object, propertyName: string): any
  • Parameters

    • record: object
    • propertyName: string

    Returns any

Static setPropertyValue

  • setPropertyValue(record: object, propertyName: string, value: any): boolean
  • Parameters

    • record: object
    • propertyName: string
    • value: any

    Returns boolean

Generated using TypeDoc