How To : Adding a Function to a Class

Page Status: Beta

Back to Concepts and HOW TOs

Contents

[edit] Description

This document describes how to add a function to (and delete a function from) a class. 

[edit] Prerequisites

Understanding Functions
Understanding Classes
Understanding Bungee Logic
Understanding Solutions and Projects
Creating a Solution
Adding a Project to a Solution

[edit] Procedure

To add a function to a class:

  1. Right-click on the class and select Add Function.
  2. The function is displayed in the Solution Detail and is automatically selected.
  3. In the Property Editor, change change/set the properties for the function.
  4. In the Solution Detail, double-click the function to open it in the Design Editor.
  5. Add Bungee Logic statements for the desired functionality.

To delete a function from a class:

  1. Select the function.
  2. Click the Delete icon (red X) at the top of the Solution Detail.

[edit] Error Handling

 

[edit] Examples

See the Hello Bungee Connect tutorial.

[edit] Next Steps

Adding a Field to a Class
Adding a Form to a Class

[edit] Tags

    Copyright © 2005 - 2007 Bungee Labs. All rights reserved.