Gjsify LogoGjsify Logo

Holds the information about offline change for one object.

record

Hierarchy

  • CacheOfflineChange

Index

Constructors

  • Creates a new #ECacheOfflineChange with the offline state information for the given uid.

    Parameters

    • uid: string

      a unique object identifier

    • revision: string

      a revision of the object

    • object: string

      object itself

    • state: OfflineState

      an #EOfflineState

    Returns CacheOfflineChange

Properties

object: string

the object itself

field
revision: string

stored revision of the object

field

an #EOfflineState of the object

field
uid: string

UID of the object

field
name: string

Methods

  • free(change: object): void
  • Frees the change structure, previously allocated with e_cache_offline_change_new() or e_cache_offline_change_copy().

    Parameters

    • change: object

      an #ECacheOfflineChange

    Returns void

  • Creates a new #ECacheOfflineChange with the offline state information for the given uid.

    Parameters

    • uid: string

      a unique object identifier

    • revision: string

      a revision of the object

    • object: string

      object itself

    • state: OfflineState

      an #EOfflineState

    Returns CacheOfflineChange

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method