C# Класс BF2Statistics.TaskStep

This class represents a Progressable report on a task that uses steps
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
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