C# Class Nettiers.AdventureWorks.Services.ProcessorBase

The interface that each complex business unit of work processor will use.
Inheritance: IProcessor
Afficher le fichier Open project: netTiers/netTiers Class Usage Examples

Méthodes publiques

Méthode Description
ChangeProcessorState ( ProcessorState newProcessorState ) : void

Provides the notification on the change of process state to interested parties.

OnNotifyProcessorStateChanging ( ProcessorState newProcessorState ) : void

Raises the ProcessorStateChanging event.

Process ( ) : IProcessorResult

Provides a List of Processors to execute business process logic in.

Method Details

ChangeProcessorState() public méthode

Provides the notification on the change of process state to interested parties.
public ChangeProcessorState ( ProcessorState newProcessorState ) : void
newProcessorState ProcessorState
Résultat void

OnNotifyProcessorStateChanging() public méthode

Raises the ProcessorStateChanging event.
public OnNotifyProcessorStateChanging ( ProcessorState newProcessorState ) : void
newProcessorState ProcessorState
Résultat void

Process() public méthode

Provides a List of Processors to execute business process logic in.
public Process ( ) : IProcessorResult
Résultat IProcessorResult