Class StageCompletedSignal
Signal dispatched when a stage is completed successfully.
Namespace: Serenity.Stage.Application.Events
Assembly: Serenity.Stage.Application.dll
Syntax
public class StageCompletedSignal : EventDispatcherSignal
Constructors
StageCompletedSignal(StageId)
Creates a new StageCompletedSignal.
Declaration
public StageCompletedSignal(StageId stageId)
Parameters
| Type | Name | Description |
|---|---|---|
| StageId | stageId | The identity of the completed stage. |
Fields
StageId
The identity of the completed stage.
Declaration
public readonly StageId StageId
Field Value
| Type | Description |
|---|---|
| StageId |