C# 클래스 Candor.ExecutionStep

파일 보기 프로젝트 열기: michael-lang/candor-common 1 사용 예제들

공개 메소드들

메소드 설명
ExecutionStep ( ExecutionStepType type, string message ) : System

Creates a new instance of ExecutionStep

메소드 상세

ExecutionStep() 공개 메소드

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