| AddAllColumns | Adds all the columns of the Entity determined in the From property, and all the entities specified in the Relations property to the Columns property collection. |
| BindKeepViewVisibleAfterExit | Sets an expression that will determine the value of the KeepViewVisibleAfterExit property. |
| DeleteRowAfterLeavingItIf | Sets an expression that determines if the current row will be deleted once left. |
| DeltaOf | Returns The delta between the value of expression before the EnterRow event, and the current value of expression |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Exit | Instructs the BusinessProcess to exit. |
| Exit(ExitTiming) | Instructs the BusinessProcess to exit. |
| Exit(ExitTiming, FuncBoolean) | Instructs the BusinessProcess to exit. |
| ForEachRow(Action) | Performs the specified action on each row that matches the Where property filter. |
| ForEachRow(FilterBase, Action) | Performs the specified action on each row that matches the Where property filter. |
| ForFirstRow(Action) | Performs the specified action on the first row that matches the Where property filter. |
| ForFirstRow(FilterBase, Action) | Performs the specified action on the first row that matches the Where property filter. |
| Get(FuncNumber) | |
| Get(FuncText) | |
| Get(FuncNumber, FilterBase) | |
| Get(FuncText, FilterBase) | |
| GetT(TypedColumnBaseT) | |
| GetT(TypedColumnBaseT, FilterBase) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| Invoke(Action) | Invokes a action that will be handled by an Handler. |
| Invoke(CommandWithArgs) | Invokes a command that will be handled by an Handler. |
| Invoke(Command, Object) | Invokes a command that will be handled by an Handler. |
| Invoke(Keys, Object) | Invokes a keyCombination that will be handled by an Handler. |
| Invoke(String, Object) | Invokes a customCommandKey that will be handled by an Handler. |
| InvokeT(Command, ArrayColumnT) | |
| InvokeT(Keys, ArrayColumnT) | |
| InvokeT(String, ArrayColumnT) | |
| LockCurrentRow | Locks the current row for the Entity specified in the From property , and all the entities specified in the Relations property collection. |
| MarkRowAsChanged | |
| PerformCompute | |
| Raise(CommandWithArgs) | Raises a command that will be handled by an Handler. |
| Raise(Command, Object) | Raises a command that will be handled by an Handler. |
| Raise(Keys, Object) | Raises a keyCombination that will be handled by an Handler. |
| Raise(String, Object) | Raises a customCommandKey that will be handled by an Handler. |
| RaiseT(Command, ArrayColumnT) | |
| RaiseT(Keys, ArrayColumnT) | |
| RaiseT(String, ArrayColumnT) | |
| ReadAllRows | Used for quick, read-only pass over all the rows of the BusinessProcess. |
| Run | Runs the BusinessProcess |
| Sum(FuncNumber) | |
| Sum(NumberColumn) | |
| Sum(FuncNumber, FilterBase) | |
| Sum(NumberColumn, FilterBase) | |
| ToString | Returns a string that represents the current object. (Overrides ObjectToString) |