Class ProgressMessage
Inheritance
System.Object
ProgressMessage
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Experior.Core.Progress
Assembly: Experior.Core.dll
Syntax
public class ProgressMessage
Constructors
ProgressMessage(String, Int32)
Declaration
public ProgressMessage(string text, int percentage)
Parameters
Type | Name | Description |
---|---|---|
System.String | text | |
System.Int32 | percentage |
Fields
Percentage
Declaration
public readonly int Percentage
Field Value
Type | Description |
---|---|
System.Int32 |
Text
Declaration
public readonly string Text
Field Value
Type | Description |
---|---|
System.String |