Interface IStiApp

Describes the base interface for the Stimulsoft Application.

Hierarchy

Implemented by

Index

Properties

IAsIs

IAsIs: Interface<IAsIs> = new Stimulsoft.System.Interface<IAsIs>("IAsIs")

IStiAppCell

IStiAppCell: Interface<IStiAppCell> = new Stimulsoft.System.Interface<IStiAppCell>("IStiAppCell")

Methods

getDictionary

  • Returns reference to the data dictionary.

    Returns IStiAppDictionary

    The data dictionary.

getKey

  • getKey(): string
  • Returns unique key to this cell object.

    Returns string

setKey

  • setKey(key: string): void
  • Sets unique key to this cell object.

    Parameters

    • key: string

    Returns void

Generated using TypeDoc