Click or drag to resize

AdditionalProgressValue Class

The value of an additional progress counter.
Inheritance Hierarchy
SystemObject
  Ookii.Jumbo.JetAdditionalProgressValue

Namespace:  Ookii.Jumbo.Jet
Assembly:  Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax
[SerializableAttribute]
public sealed class AdditionalProgressValue

The AdditionalProgressValue type exposes the following members.

Constructors
  NameDescription
Public methodAdditionalProgressValue
Initializes a new instance of the AdditionalProgressValue class
Top
Properties
  NameDescription
Public propertyProgress
Gets or sets the progress.
Public propertySourceName
Gets or sets the name of the source of the progress counter.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a String that represents this instance.
(Overrides ObjectToString.)
Top
See Also