C# Class Candor.ExecutionStep

Afficher le fichier Open project: michael-lang/candor-common Class Usage Examples

Méthodes publiques

Méthode Description
ExecutionStep ( ExecutionStepType type, string message ) : System

Creates a new instance of ExecutionStep

Method Details

ExecutionStep() public méthode

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