Class Status
- Namespace
- The.Utility
- Assembly
- Instagile.Model.dll
- Inheritance
-
Status
- Inherited Members
-
Properties
CurrentValue
public int? CurrentValue { get; }
Property Value
- int?
MaximumValue
public int? MaximumValue { get; }
Property Value
- int?
Message
public string? Message { get; }
Property Value
- string
Type
public StatusType Type { get; }
Property Value
- StatusType
Methods
Current(int)
public static Status Current(int current)
Parameters
current int
Returns
- Status
Element(string?)
public static Status Element(string? element)
Parameters
element string
Returns
- Status
Log(string)
public static Status Log(string message)
Parameters
message string
Returns
- Status
Max(int?)
public static Status Max(int? maxIfKnown)
Parameters
maxIfKnown int?
Returns
- Status
Step(string)
public static Status Step(string step)
Parameters
step string
Returns
- Status
ToString()
public override string ToString()
Returns
- string