Click or drag to resize
SD.LLBLGen.Pro.ApplicationCore.WorkBroker Namespace
 
Classes
  ClassDescription
Public classAutoAssignTypeConverterChangePropagator
Propagates the change to 'AutoAssignTypeConverterToFieldMapping' to all mappings in the project.
Public classLambdaRunnerWorkItem
Simple workitem which runs the specified lambda in the Do method.
Public classNameConstructionChangePropagator
Propagator which propagates changes made to project settings onto the project model. Settings propagated by this class are related to the Name construction settings.
Public classTypeShortcutChangePropagator
Propagates the changes in the set TypeShortcut on all field instances which have this TypeShortcut set as their type.
Public classWorkCollector
Class which collects work to be done later in the form of WorkItem instances.
Public classWorkItemBase
Abstract class which embodies a piece of work to do by the system. Instances are collected in a WorkCollector