Class
ProgressReporterViewModel

Definition

Namespace:ArtOfTest.WebAii.Design.UI

Assembly:ArtOfTest.WebAii.Design.dll

Syntax:

cs-api-definition
public class ProgressReporterViewModel : PropertyChangeNotification, INotifyPropertyChanged, INotifyPropertyChanging

Inheritance: objectPropertyChangeNotificationProgressReporterViewModel

Implements: INotifyPropertyChangedINotifyPropertyChanging

Inherited Members PropertyChangeNotification.OnPropertyChanged(string)PropertyChangeNotification.OnPropertyChanging(string)PropertyChangeNotification.PropertyChangedPropertyChangeNotification.PropertyChanging

Constructors

ProgressReporterViewModel()

Declaration

cs-api-definition
public ProgressReporterViewModel()

Properties

BusyText

Declaration

cs-api-definition
public string BusyText { get; set; }

Property Value

string

IsBusy

Declaration

cs-api-definition
public bool IsBusy { get; set; }

Property Value

bool

IsIndeterminate

Declaration

cs-api-definition
public bool IsIndeterminate { get; set; }

Property Value

bool

Methods

Cleanup()

Declaration

cs-api-definition
public void Cleanup()

Initialize(IDataProgressReportingService)

Declaration

cs-api-definition
public void Initialize(IDataProgressReportingService service)

Parameters

service

IDataProgressReportingService