Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IEnvironment

An Environment encapsulates access to a specific BAE server with specific credentials.

Hierarchy

  • IEnvironment

Index

Methods

createGridEditor

  • Create an empty Grid Editor in the VM. When submitted, the VM will first create the Grid, and then also push the Grid data to the Server.

    Parameters

    • grid: Grid

      Grid Details

    Returns IGridTxEditor

getGridEditor

getGrids

  • Get the Grid Collection for this Environment.

    Returns IGrids

loadGridById

  • loadGridById(gridId: number): Promise<never>
  • Load a Grid from the Server by its ID.

    Parameters

    • gridId: number

      Grid ID

    Returns Promise<never>

loadGridsById

  • loadGridsById(gridIds: number[], success: function, faliure: function): void
  • Load a set of Grids by Grid ID.

    Parameters

    • gridIds: number[]

      Array of Grid IDs

    • success: function

      Success Handler

        • (): void
        • Returns void

    • faliure: function

      Failure Handler

    Returns void

submitGrid

  • Submit the changes/ manipulations in the Grid Editor to the

    Parameters

    Returns Promise<SubmitStatus>

Generated using TypeDoc