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.) | |
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.
| |
PerformEntityModelFrameworkValidation |
Performs the entity model framework validation.
| |
PerformMappingDataValidation |
Performs the mapping data validation.
| |
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.
| |
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
|