Options
All
  • Public
  • Public/Protected
  • All
Menu

The class repository, a pseudo IOC container for OData 4 types.

Type parameters

  • T

    The type.

Hierarchy

  • ClassRepository

Index

Constructors

Properties

Methods

Constructors

Properties

types: Type<T>[] = []

Types instances of the class repository.

Methods

  • add(...types: Type<T>[]): void
  • Adds type instances to the class repository

    Parameters

    • Rest ...types: Type<T>[]

      The type instances.

    Returns void

  • get(): T[]

Generated using TypeDoc