IBusinessApplication

Assembly: DBA;

Description

The IBusinessApplication interface describes the Business Application repository object.

Inheritance Hierarchy

IBusinessApplication

Comments

The objects can be cast to the IBusinessApplication interface, which are created using constructors of the BusinessApplication class implemented in assembly of the Business Application component.

Properties

  Property name Brief description
Database The Database property determines a database that will be used in the business application.
Descriptor The Descriptor property returns description of business application as a repository object.
IsEdited The IsEdited property returns whether the business application is in the edit mode.

Methods

  Method name Brief description
SaveObject The SaveObject method saves changes in the business application.

See also:

DBA Assembly Interfaces