Class
ScheduleRunResultsModel

Definition

Namespace:ArtOfTest.WebAii.Design.UI.Scheduling.Models

Assembly:ArtOfTest.WebAii.Design.dll

Syntax:

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

Inheritance: objectPropertyChangeNotificationScheduleRunResultsModel

Implements: INotifyPropertyChangedINotifyPropertyChanging

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

Constructors

ScheduleRunResultsModel()

Declaration

cs-api-definition
public ScheduleRunResultsModel()

Properties

BusyContent

Declaration

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

Property Value

string

CanDelete

Declaration

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

Property Value

bool

Dispatcher

Declaration

cs-api-definition
public Dispatcher Dispatcher { get; set; }

Property Value

Dispatcher

EmptyContent

Declaration

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

Property Value

string

IsBusy

Declaration

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

Property Value

bool

Results

Declaration

cs-api-definition
public ObservableCollection<RunResultLight> Results { get; }

Property Value

ObservableCollection<RunResultLight>

SelectedLightResults

Declaration

cs-api-definition
public List<RunResultLight> SelectedLightResults { get; }

Property Value

List<RunResultLight>

Methods

DeleteSelectedItemsAsync()

Declaration

cs-api-definition
public void DeleteSelectedItemsAsync()

LoadResultsAsync()

Declaration

cs-api-definition
public void LoadResultsAsync()