Class ElementsLoadProgressViewModel
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Design.UI.ElementExplorer.Models
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class ElementsLoadProgressViewModel : PropertyChangeNotification, INotifyPropertyChanged, INotifyPropertyChanging
Constructors
ElementsLoadProgressViewModel()
Declaration
public ElementsLoadProgressViewModel()
Properties
BusyText
Declaration
public string BusyText { get; set; }
Property Value
System.String
|
IsBusy
Declaration
public bool IsBusy { get; set; }
Property Value
System.Boolean
|
IsIndeterminate
Declaration
public bool IsIndeterminate { get; set; }
Property Value
System.Boolean
|
Methods
Initialize(IDataProgressReportingService)
Declaration
public void Initialize(IDataProgressReportingService service)
Parameters
IDataProgressReportingService
service
|