SubmissionProgress Class

Shows the progression of a long task, e.g. updating multiple items or sending notifications.

Definition

Namespace: MobileTrack.Web.Components.Components
Assembly: MobileTrack.Web.Components (in MobileTrack.Web.Components.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
public sealed class SubmissionProgress : ComponentBase
Inheritance
Object    ComponentBase    SubmissionProgress

Constructors

SubmissionProgressInitializes a new instance of the SubmissionProgress class

Methods

AddItem Adds a progression item to the bottom of the stack
UpdateItem Updates a progression item based on its index.

See Also