| Add(Action) | Adds an Action to the flow. |
| Add(Control) | Adds a regular windows control, as part of the flow |
| Add(SubForm) | |
| Add(Action, Direction) | Adds an Action to the flow. |
| Add(Action, FlowMode) | Adds an Action to the flow. |
| Add(Action, FuncBoolean) | Adds an Action to the flow. |
| Add(Action, FlowMode, Direction) | Adds an Action to the flow. |
| Add(Action, FuncBoolean, Direction) | Adds an Action to the flow. |
| Add(Action, FuncBoolean, FlowMode) | Adds an Action to the flow. |
| Add(Action, FuncBoolean, FlowMode, Direction) | Adds an Action to the flow. |
| AddtaskType(CachedTasktaskType, Action) |
Registers a task that is stored by CachedTasktaskClass to be executed as part of the flow.
|
| AddtaskType(CachedTasktaskType, Action, Direction) | |
| AddtaskType(CachedTasktaskType, Action, FlowMode) | |
| AddtaskType(CachedTasktaskType, Action, FuncBoolean) | |
| AddtaskType(CachedTasktaskType, Action, FlowMode, Direction) | |
| AddtaskType(CachedTasktaskType, Action, FuncBoolean, Direction) | |
| AddtaskType(CachedTasktaskType, Action, FuncBoolean, FlowMode) | |
| AddtaskType(CachedTasktaskType, Action, FuncBoolean, FlowMode, Direction) | |
| AddMandatoryColumns | |
| EndBlock |
Ends a block started by the StartBlock(FuncBoolean, FlowMode, Direction) method or the StartBlockElse method
|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| RunExpandEventOfParkedColumnEvenIfRaisedByOtherControls | |
| StartBlock | Begins a block of flow items |
| StartBlock(Direction) | Begins a block of flow items |
| StartBlock(FlowMode) | Begins a block of flow items |
| StartBlock(FuncBoolean) | Begins a block of flow items |
| StartBlock(FlowMode, Direction) | Begins a block of flow items |
| StartBlock(FuncBoolean, Direction) | Begins a block of flow items |
| StartBlock(FuncBoolean, FlowMode) | Begins a block of flow items |
| StartBlock(FuncBoolean, FlowMode, Direction) | Begins a block of flow items |
| StartBlockElse |
Begins an else section of the block. This section will only be executed if the previous StartBlock(FuncBoolean, FlowMode, Direction)'s or StartBlockElse(FuncBoolean)'s condition returned false.
|
| StartBlockElse(FuncBoolean) |
Begins an else section of the block. This section will only be executed if the previous StartBlock(FuncBoolean, FlowMode, Direction)'s or StartBlockElse(FuncBoolean)'s condition returned false.
|
| SuppressSavingRowInExitAsSoonAsPossibleBeforeFirstControlFocused | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |