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.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
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