Class RemoteExecutionViewModel
Inheritance
System.Object
RemoteExecutionViewModel
Namespace: ArtOfTest.WebAii.Design.UI.ViewModels
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class RemoteExecutionViewModel : ViewModelBase
Constructors
RemoteExecutionViewModel(TestList)
RemoteExecutionViewModel(TestList, Func<Uri, IExecutionManagerCommunicationLayer>, Func<Uri, CloudStorageCredentials>, Func<ICloudStorageSession, IExtendedRepositoryFactory>, Func<IExtendedRepositoryFactory, IRepositoryDataBus>, Func<IRepositoryDataBus, IUIProject, UploadToCloudCommand>)
Properties
BusyContent
Declaration
public string BusyContent { get; set; }
Property Value
System.String
|
CanExecute
Declaration
public bool CanExecute { get; }
Property Value
System.Boolean
|
Dispatcher
Declaration
public Dispatcher Dispatcher { get; set; }
Property Value
System.Windows.Threading.Dispatcher
|
ExecutingMachines
Declaration
public RadObservableCollection<MachineInfoViewModel> ExecutingMachines { get; }
Property Value
Telerik.Windows.Data.RadObservableCollection<MachineInfoViewModel>
|
IsBusy
Declaration
public bool IsBusy { get; set; }
Property Value
System.Boolean
|
IsDistributed
Declaration
public bool IsDistributed { get; set; }
Property Value
System.Boolean
|
IsEnabled
Declaration
public bool IsEnabled { get; }
Property Value
System.Boolean
|
List
Machines
Declaration
public RadObservableCollection<MachineInfoViewModel> Machines { get; }
Property Value
Telerik.Windows.Data.RadObservableCollection<MachineInfoViewModel>
|
Proxy
Declaration
public IExecutionManagerCommunicationLayer Proxy { get; }
Property Value
Telerik.TestStudio.Shared.Communication.Interfaces.IExecutionManagerCommunicationLayer
|
TestList
Declaration
public string TestList { get; set; }
Property Value
System.String
|
TestListId
Declaration
public Guid TestListId { get; }
Property Value
System.Guid
|
Methods
LoadMachines()
Declaration
public void LoadMachines()
OnMachineSelectedChanged()
Declaration
public void OnMachineSelectedChanged()
SendRun()
Declaration
public Task<bool> SendRun()
Returns
System.Threading.Tasks.Task<System.Boolean>
|