RealTimeWorkController Class |
Namespace: SD.LLBLGen.Pro.ApplicationCore.Parallelization
The RealTimeWorkController type exposes the following members.
Name | Description | |
---|---|---|
RealTimeWorkController |
Initializes a new instance of the RealTimeWorkController class.
|
Name | Description | |
---|---|---|
BindProjectController |
Binds this controller to the project controller's events, to anticipate on change in the controller project.
| |
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.) | |
Pause |
Pauses the statemachine so it won't schedule new work if a task ends.
| |
PerformDerivedModelDataValidation |
Performs the derived model data validation on an active loaded project. Used in work funcs to be scheduled on one of the dispatch queues.
| |
PerformEntityModelAnalysis |
Performs the entity model analysis on an active loaded project
| |
PerformEntityModelFrameworkValidation |
Performs the entity model framework validation.
| |
PerformMappingDataValidation |
Performs the mapping data validation.
| |
PerformMetaDataAnalysis |
Performs the meta data analysis on an active loaded project.
| |
PerformMetaDataDDLExportCheck |
Performs the meta data DDL export check.
| |
PerformModelDataValidation |
Performs the model data validation on an active loaded project. Used in work funcs to be scheduled on one of the dispatch queues.
| |
PerformWork |
Performs the work specified as a lambda on the current controlled project (if any).
| |
Resume |
Resumes a paused statemachine so it will schedule work if a task ends
| |
SetConfig |
Sets the configuration.
| |
SignalMetaDataChange |
Signals the meta data change work to the system, by calling a limiter to make sure the system isn't flooded with calls.
| |
SignalWorkResult |
Signals the work result from the work with the workid specified. The combination of workid (as source) and result (as event) will be used
to determine what task to start after this.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
UnbindProjectController |
Unbinds this controller from the project controller, if it was ordered to do so in a previous call to BindProjectController
|