| Activity | Determines the main activity to be performed in this BusinessProcess |
| AllowUserAbort |
Gets or sets the value determining if the BusinessProcess will listen to certain inputs from the user that will cause it to terminate. |
| AutoCompute | |
| BindEntireDataviewRowBeforeWhereExpression | |
| Columns | Gets the columns that are used in this BusinessProcess |
| Counter | Returns the number of cycles started so far. |
| CurrentHandledCommand | Return the currently handled command |
| CurrentHandledControl | Return the currently handled control |
| CurrentHandledKey | Return the currently handled key combination |
| Entities | Gets entities that are associated to this BusinessProcess by the From property and Relations property |
| From | Determines the Entity who's rows the BusinessProcess will perform it's iteration on. |
| Groups | Gets the value determining the BusinessProcess's groups |
| Handlers | Gets the BusinessProcess's handlers |
| InTransaction | Gets the value determining if a transaction is currently open. |
| KeepViewVisibleAfterExit | Gets or sets the value determining if the BusinessProcess's form should remain visible after the BusinessProcess exits. |
| Module | Gets or sets the value determining the ModuleController to whom this BusinessProcess is associated |
| NonDbWhere | This Where will always be evaluated in memory and may have performance implications |
| OrderBy | Gets or sets the value determining order in which the rows are ordered |
| Relations | Get this BusinessProcess relations |
| ReloadRowBeforeGroupEnter | |
| RowChanged | Indicates if the current row has changed. |
| RowLocking | Gets or sets the value determining the BusinessProcess's row locking strategy |
| ShowView | Gets or sets the value determining if the view specified in the View property should be displayed when this BusinessProcess is executed. |
| Title | Gets or sets the BusinessProcess's title |
| TransactionScope | Gets or sets the value determining the BusinessProcess's transaction scope |
| TransactionScopeGroup | |
| TransactionType | |
| UserInterfaceRefreshInterval | sets the value determining the interval in milliseconds for the user interface refresh |
| UserInterfaceRefreshRowsInterval | |
| View | Determines the form to be displayed while this BusinessProcess is running |
| Where | Gets the value determining the filter that will be applied on the rows of this BusinessProcess. |