C# 클래스 BF2Statistics.TaskStep

This class represents a Progressable report on a task that uses steps
파일 보기 프로젝트 열기: BF2Statistics/ControlCenter 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Description string
Error System.Exception
IsFaulted bool
StepId int

공개 메소드들

메소드 설명
TaskStep ( int Step, string Description = "", bool Faulted = false, Exception Error = null ) : System

Creates a new instance of TaskStep

메소드 상세

TaskStep() 공개 메소드

Creates a new instance of TaskStep
public TaskStep ( int Step, string Description = "", bool Faulted = false, Exception Error = null ) : System
Step int
Description string
Faulted bool
Error System.Exception
리턴 System

프로퍼티 상세

Description 공개적으로 프로퍼티

Gets or Sets a description for this step
public string Description
리턴 string

Error 공개적으로 프로퍼티

Gets or Sets the error that occured during this task step
public Exception,System Error
리턴 System.Exception

IsFaulted 공개적으로 프로퍼티

Indicates whether this task step had an error occur
public bool IsFaulted
리턴 bool

StepId 공개적으로 프로퍼티

Gets or Sets the ID of this step
public int StepId
리턴 int