Class ChildProgressBar
This class implements an IProgressBar which can be
used to display sub-processes during the simulation run.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Mars.Common.IO.Console
Assembly: Mars.IO.dll
Syntax
public class ChildProgressBar : ProgressBarBase, IProgressBar, IDisposable
Properties
| Improve this Doc View SourceStartDate
This class implements an IProgressBar which can be
used to display sub-processes during the simulation run.
Declaration
public DateTime StartDate { get; }
Property Value
Type | Description |
---|---|
System.DateTime |
Methods
| Improve this Doc View SourceDisplayProgress()
This class implements an IProgressBar which can be
used to display sub-processes during the simulation run.
Declaration
protected override void DisplayProgress()
Overrides
| Improve this Doc View SourceDispose()
This class implements an IProgressBar which can be
used to display sub-processes during the simulation run.
Declaration
public void Dispose()
OnDone()
This class implements an IProgressBar which can be
used to display sub-processes during the simulation run.
Declaration
protected override void OnDone()
Overrides
| Improve this Doc View SourceWriteLine(String)
This class implements an IProgressBar which can be
used to display sub-processes during the simulation run.
Declaration
public virtual void WriteLine(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message |
Implements
System.IDisposable