Interface IStiAppDataRelation

Provides access to the datarelation.

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

fetchChildColumns

  • fetchChildColumns(): List<string>
  • Returns an enumeration of the child column keys of the data relation.

    Returns List<string>

    An reference to the enumeration.

fetchParentColumns

  • fetchParentColumns(): List<string>
  • Returns an enumeration of the parent column keys of the data relation.

    Returns List<string>

    An reference to the enumeration.

getActiveState

  • getActiveState(): boolean
  • Returns the status of the relation.

    Returns boolean

    The status of the relation.

getChildDataSource

  • Returns child data source of this relation.

    Returns IStiAppDataSource

    A reference to the data source.

getDictionary

  • Returns a reference to the dictionary which contains this datasource.

    Returns IStiAppDictionary

    A reference to the app.

getKey

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

    Returns string

getName

  • getName(): string
  • Returns a name of the component.

    Returns string

    The name of component.

getParentDataSource

  • Returns parent data source of this relation.

    Returns IStiAppDataSource

    A reference to the data source.

setKey

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

    Parameters

    • key: string

    Returns void

Generated using TypeDoc