Fire up your applications with Jetfire
RSS
Jetfire Wiki

About Us

Code Plex Projects

COR COR Administration Debug GUI Jetfire Administration Jetfire Code Jetfire Core Jetfire Language Jetfire Web Part Library misc Release Notes Roles Solutions States Training User Administration Versioning Web Parts Web Service Website Design Website Procedures Wiki conventions WordML Workflow Administration

Quick Search
»
Advanced Search »

PoweredBy

Overview

Access modifiers are keywords used to specify the declared accessibility of a member or a type. The four access modifiers:
  • public
  • protected
  • internal
  • private

Jetfire allows access modifiers to be dynamic. Typically in an OO language access modifiers (including C#) are fixed in the code. The access modifiers can not be changed without changing the source code.

Jetfire allows access modifiers to changed dynamically using 4 separate mechanisms:
Note: For code compilation Jetfire only uses the standard access modifiers (public, protected, internal and private). That is, the standard access modifiers determine if the object, such as workflow, property, method or field, is visible to other code. If the object is referenced in other code where it is not visible a compilation error will result.

The dynamic access modifier mechanisms determine if access is allowed when the code is executed.

ScrewTurn Wiki version 3.0.4.560. Some of the icons created by FamFamFam.