Options
All
  • Public
  • Public/Protected
  • All
Menu

Thin wrapper of Immutable data around a single business

Hierarchy

Index

Constructors

constructor

Properties

_data

_data: Map<string, any>

Methods

getConnection

  • getConnection(): any
  • Returns any

getConnectionIcon

  • getConnectionIcon(style?: "icon"): string
  • Parameters

    • Default value style: "icon" = |'color'

    Returns string

getData

  • getData(): Map<string, any>
  • Returns Map<string, any>

getKey

  • getKey(key: string): any
  • Parameters

    • key: string

    Returns any

getLocalIp

  • getLocalIp(): any
  • Returns any

getLocation

  • getLocation(): any
  • Returns any

getPublicIp

  • getPublicIp(): any
  • Returns any

getStationId

  • getStationId(): any
  • Returns any

getStationName

  • getStationName(): any
  • Returns any

getWatchDogConnection

  • getWatchDogConnection(): string
  • Returns string

listPush

  • listPush<T>(ClassName: any, i_key: string, i_value: string): any
  • Create a List or update a list if one exists, with the Map key provided and the value to push to the new/updated list

    Type parameters

    • T

    Parameters

    • ClassName: any
    • i_key: string
    • i_value: string

    Returns any

setData

  • setData<T>(ClassName: any, data: any): T
  • Type parameters

    • T

    Parameters

    • ClassName: any
    • data: any

    Returns T

setKey

  • setKey<T>(ClassName: any, key: string, value: any): T
  • Type parameters

    • T

    Parameters

    • ClassName: any
    • key: string
    • value: any

    Returns T

Static UniqueId

  • UniqueId(): unknown

Generated using TypeDoc