Class ExecutionServerLoggingStatusViewModel
Inheritance
System.Object
ExecutionServerLoggingStatusViewModel
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.ViewModels
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class ExecutionServerLoggingStatusViewModel : IExecutionServerLoggingStatusViewModel, INotifyPropertyChanged
Constructors
ExecutionServerLoggingStatusViewModel(Func<IExecutionServerLoggingStatusViewModel, IViewLogCommand>, Func<IExecutionServerLoggingStatusViewModel, IEnableLogCommand>, Func<IExecutionServerLoggingStatusViewModel, IClearLogCommand>)
Declaration
public ExecutionServerLoggingStatusViewModel(Func<IExecutionServerLoggingStatusViewModel, IViewLogCommand> viewLogCommandFactory, Func<IExecutionServerLoggingStatusViewModel, IEnableLogCommand> enableLogCommandFactory, Func<IExecutionServerLoggingStatusViewModel, IClearLogCommand> clearLogCommandFactory)
Parameters
System.
|
System.
|
System.
|
Properties
ClearLogCommand
CommunicationFailureMessage
Declaration
public string CommunicationFailureMessage { get; set; }
Property Value
System.
|
Implements
EnableLogCommand
IsBusy
Declaration
public bool IsBusy { get; set; }
Property Value
System.
|
Implements
LogEnabled
Declaration
public bool LogEnabled { get; set; }
Property Value
System.
|
Implements
ViewLogCommand
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.
|