Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

constructor

Properties

Static Private ONLINE_PROPERTY_NAME

ONLINE_PROPERTY_NAME: string = "online"

Methods

copyAsJsonObject

  • copyAsJsonObject(): object

copyAsJsonString

  • copyAsJsonString(): string

getPropertyValue

  • getPropertyValue(propertyName: string): any

internalValue

  • internalValue(): any

online

  • online(): boolean
  • Returns boolean

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