C# Class Candor.ExecutionStep

Show file Open project: michael-lang/candor-common Class Usage Examples

Public Methods

Method Description
ExecutionStep ( ExecutionStepType type, string message ) : System

Creates a new instance of ExecutionStep

Method Details

ExecutionStep() public method

Creates a new instance of ExecutionStep
public ExecutionStep ( ExecutionStepType type, string message ) : System
type ExecutionStepType The type of step.
message string A descriptive message.
return System