Concept : Understanding Application Objects
Page Status: Beta
Contents |
[edit] Description
Application objects in Bungee Connect are those objects you create as part of the Model. Although you may import SOAP and REST object definitions into a Solution, and even make such objects members of your own application objects, typically, the term "application object" refers to those objects you yourself author in Bungee Connect.
Bungee Connect uses an object oriented language called Bungee Logic with a base class named Object. Items in the Builder, such as classes, functions, and fields (Model objects) are all extensions of the Object base class. At design time, these exist as Meta objects only and are not instantiated as actual runtime objects until you simulate a form or deploy an application.
[edit] See Also
[edit] Tags