public class Context
Public Class Context
type Context = class end
ActiveContexts | |
ActiveTasks | Returns a TaskCollection that contains all the active UIController, BusinessProcess and ModuleController |
Busy | |
CommandsPending | |
Current | |
Item | |
RunningTasks | Returns a TaskCollection that contains all the currently running UIController, BusinessProcess and ModuleController |
Thread |
AttachToUIContext | |
BeginInvoke | |
BeginInvokeDelayed | |
CloseAllTasks | |
CloseAllTasksAndRun | Closes all the currently active tasks, and performs the command. Used mainly by menu items to Execute tasks directly from the menu. |
DetachFromUIContext | |
DiscardPendingCommands | |
DiscardPendingCommandsIfOnUIThread | |
Dispose | Releases all resources used by the Context |
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) |
InvokeUICommand | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
RunAsMDI(Form, ModuleController) | Runs the module within the mdi form. |
RunAsMDI(Form, Action) | Runs the module within the mdi form. |
RunExpressionCommands | |
SetNonUIThread | |
Suspend(Int32) | Suspends the application for the specified duration. The display will be refreshed during the suspend. Any keyboard input will terminate the suspension. |
Suspend(Int32, Boolean) | |
ToString | Returns a string that represents the current object. (Inherited from Object) |