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.Func<IExecutionServerLoggingStatusViewModel, IViewLogCommand>
viewLogCommandFactory
|
|
System.Func<IExecutionServerLoggingStatusViewModel, IEnableLogCommand>
enableLogCommandFactory
|
|
System.Func<IExecutionServerLoggingStatusViewModel, IClearLogCommand>
clearLogCommandFactory
|
Properties
ClearLogCommand
CommunicationFailureMessage
Declaration
public string CommunicationFailureMessage { get; set; }
Property Value
|
System.String
|
Implements
EnableLogCommand
IsBusy
Declaration
public bool IsBusy { get; set; }
Property Value
|
System.Boolean
|
Implements
LogEnabled
Declaration
public bool LogEnabled { get; set; }
Property Value
|
System.Boolean
|
Implements
ViewLogCommand
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
|
System.ComponentModel.PropertyChangedEventHandler
|