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+45c8d9adb5970d727cceec44a5ed61aea0016e50
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