Options
All
  • Public
  • Public/Protected
  • All
Menu

Class PassthroughStore<T>

Store that calls the corresponding functions of the source Store. Can be extended by stores that do not want to override all functions by implementing a decorator pattern.

Type parameters

Hierarchy

  • PassthroughStore

Implements

Index

Constructors

constructor

Properties

Protected Readonly source

source: T

Methods

addResource

deleteResource

getRepresentation

modifyResource

setRepresentation