public sealed class ModuleController : ITask
Public NotInheritable Class ModuleController
Implements ITask
[<SealedAttribute>]
type ModuleController =
class
interface ITask
end
ModuleController | Initializes a new instance of the ModuleController class. |
ModuleController(ModuleControllerAdvancedSettings) | Initializes a new instance of the ModuleController class. |
Columns | Gets the columns that are used in this ModuleController |
CurrentHandledCommand | Return the currently handled command |
CurrentHandledControl | Return the currently handled control |
CurrentHandledKey | Return the currently handled key combination |
Entities | Gets the ITask's entities |
Handlers | |
Relations | Get this ModuleController relations |
ShowView | Gets or sets the value determining if the view specified in the View property should be displayed when this ModuleController is executed. |
Title | Gets or sets the ModuleController's title |
View | The Form that will be displayed when this ModuleController is activated. |
AddReference | Binds another ModuleController as a component of this ModuleController. |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Exit | Instructs the ModuleController to exit. |
Exit(FuncBoolean) | Instructs the ModuleController to exit. |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
Invoke(Action) | |
Invoke(CommandWithArgs) | |
Invoke(Command, Object) | |
Invoke(Keys, Object) | |
Invoke(String, Object) | |
InvokeT(Command, ArrayColumnT) | |
InvokeT(Keys, ArrayColumnT) | |
InvokeT(String, ArrayColumnT) | |
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) | |
Run | |
RunAction | |
ToString | Returns a string that represents the current object. (Inherited from Object) |
DatabaseErrorOccurred | Occurs when a database error occurs and after all the DatabaseErrorHandler processed the error. |
End | Occurs when the ModuleController ends. Raised once for each Run method. Preserves the last row data. |
Load | Occurs when the ModuleController is executed, before the Start event and before the database query is constructed. Raised once for each Run method. |
PreviewDatabaseError | Occurs when a database error occurs and before all the DatabaseErrorHandler process the error. |
ProcessingCommand | |
Start | Occurs when starts and after the Load event. Raised once for each Run method. |