C# Class BclExtras.Threading.ProgressTrackerProxy.TrackerData

Mostrar archivo Open project: scottwis/tiny

Public Properties

Property Type Description
CurrentStep int?
IsCancelAllowed bool?
PerformStepCount int?
StepIncrement int?
StepTotal int?
Summary string
Title string

Property Details

CurrentStep public_oe property

public int? CurrentStep
return int?

IsCancelAllowed public_oe property

public bool? IsCancelAllowed
return bool?

PerformStepCount public_oe property

public int? PerformStepCount
return int?

StepIncrement public_oe property

public int? StepIncrement
return int?

StepTotal public_oe property

public int? StepTotal
return int?

Summary public_oe property

public string Summary
return string

Title public_oe property

public string Title
return string