Class ScheduleRunResultsModel
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.Scheduling.Models
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class ScheduleRunResultsModel : PropertyChangeNotification, INotifyPropertyChanged, INotifyPropertyChanging
Constructors
ScheduleRunResultsModel()
Declaration
public ScheduleRunResultsModel()
Properties
BusyContent
Declaration
public string BusyContent { get; set; }
Property Value
System.String
|
CanDelete
Declaration
public bool CanDelete { get; set; }
Property Value
System.Boolean
|
Dispatcher
Declaration
public Dispatcher Dispatcher { get; set; }
Property Value
System.Windows.Threading.Dispatcher
|
EmptyContent
Declaration
public string EmptyContent { get; set; }
Property Value
System.String
|
IsBusy
Declaration
public bool IsBusy { get; set; }
Property Value
System.Boolean
|
Results
Declaration
public ObservableCollection<RunResultLight> Results { get; }
Property Value
System.Collections.ObjectModel.ObservableCollection<RunResultLight>
|
SelectedLightResults
Declaration
public List<RunResultLight> SelectedLightResults { get; }
Property Value
System.Collections.Generic.List<RunResultLight>
|
Methods
DeleteSelectedItemsAsync()
Declaration
public void DeleteSelectedItemsAsync()
LoadResultsAsync()
Declaration
public void LoadResultsAsync()