Class ProgressItem
Inheritance
System.Object
ProgressItem
Assembly: Emby.Web.GenericEdit.dll
Syntax
public class ProgressItem
Constructors
ProgressItem()
Declaration
ProgressItem(Int32, Int32, String)
Declaration
public ProgressItem(int currentValue, int maxValue, string progressText)
Parameters
Type |
Name |
Description |
System.Int32 |
currentValue |
|
System.Int32 |
maxValue |
|
System.String |
progressText |
|
Properties
CurrentValue
Declaration
public int CurrentValue { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
MaxValue
Declaration
public int MaxValue { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
ProgressText
Declaration
public string ProgressText { get; set; }
Property Value
Type |
Description |
System.String |
|
Extension Methods