C# 클래스 Nettiers.AdventureWorks.Services.ProcessorBase

The interface that each complex business unit of work processor will use.
상속: IProcessor
파일 보기 프로젝트 열기: netTiers/netTiers 1 사용 예제들

공개 메소드들

메소드 설명
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.

메소드 상세

ChangeProcessorState() 공개 메소드

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

OnNotifyProcessorStateChanging() 공개 메소드

Raises the ProcessorStateChanging event.
public OnNotifyProcessorStateChanging ( ProcessorState newProcessorState ) : void
newProcessorState ProcessorState
리턴 void

Process() 공개 메소드

Provides a List of Processors to execute business process logic in.
public Process ( ) : IProcessorResult
리턴 IProcessorResult