Table of Contents

Class StepItem

Namespace
HeBianGu.Control.Step
Assembly
HeBianGu.Control.Step.dll

说明

public class StepItem : DisplayerViewModelBase, INotifyPropertyChanged, IDisplayer
Inheritance
StepItem
Implements
Inherited Members
Extension Methods

Properties

DisplayName

说明

public string DisplayName { get; set; }

Property Value

string

Message

说明

public string Message { get; set; }

Property Value

string

Percent

说明

public int Percent { get; set; }

Property Value

int

State

-1 错误 0 未开始 1 正在运行 2 运行成功

public int State { get; set; }

Property Value

int