Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IBusinessObject

Catalog business entity schema information.

Hierarchy

  • IBusinessObject

Index

Properties

Optional displayName

displayName: string

Optional display name for the business entity.

name

name: string

The name of the business entity.

operations

operations: IService[]

Collection of operations defined for the business entity.

path

path: string

The address path - /[db name]/[table name]

schema

schema: object

Business entity data structure - dataset or temp-table.

Type declaration

  • additionalProperties: false
  • properties: object

    Collection of dataset or temp-table definitions.

  • type: "object"