Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IFactories

IFactories is the Dependency Injection Wrapper to instantiate any service in the VM.

Hierarchy

  • IFactories

Index

Methods

CreateEnvironment

  • Create an Environment

    Parameters

    • pCred: Credentials

      is an instance of ICredentails to access the REST APIs.

    Returns IEnvironment

    an instance of IEnvironment.

CreateModified

  • CreateModified(): IModified
  • Creates an instance of IModified service, which evalutates if an object is modified.

    Returns IModified

    an instance of IModified.

CreateRestApi

  • Create the REST API Wrapper.

    Parameters

    • pCred: Credentials

      is an instance of ICRedentails to access the REST APIs

    Returns IRestApi

    an instance of IRestApi

Generated using TypeDoc