ClassServerLoggingStatusViewModel
Class
Definition
Namespace:ArtOfTest.WebAii.Design.UI.Scheduling.ViewModels
Assembly:ArtOfTest.WebAii.Design.dll
Syntax:
cs-api-definition
public class ServerLoggingStatusViewModel : IServerLoggingStatusViewModel, INotifyPropertyChanged
Inheritance: objectServerLoggingStatusViewModel
Implements:
Constructors
ServerLoggingStatusViewModel(Func<IServerLoggingStatusViewModel, IViewLogCommand>, Func<IServerLoggingStatusViewModel, IEnableLogCommand>, Func<IServerLoggingStatusViewModel, IClearLogCommand>)
Declaration
cs-api-definition
public ServerLoggingStatusViewModel(Func<IServerLoggingStatusViewModel, IViewLogCommand> viewLogCommandFactory, Func<IServerLoggingStatusViewModel, IEnableLogCommand> enableLogCommandFactory, Func<IServerLoggingStatusViewModel, IClearLogCommand> clearLogCommandFactory)
Parameters
viewLogCommandFactory
Func<IServerLoggingStatusViewModel, IViewLogCommand>
enableLogCommandFactory
Func<IServerLoggingStatusViewModel, IEnableLogCommand>
clearLogCommandFactory
Properties
ClearLogCommand
Declaration
cs-api-definition
public IClearLogCommand ClearLogCommand { get; }
Property Value
CommunicationFailureMessage
Declaration
cs-api-definition
public string CommunicationFailureMessage { get; set; }
Property Value
Implements
EnableLogCommand
Declaration
cs-api-definition
public IEnableLogCommand EnableLogCommand { get; }
Property Value
ViewLogCommand
Declaration
cs-api-definition
public IViewLogCommand ViewLogCommand { get; }
Property Value
Events
PropertyChanged
Declaration
cs-api-definition
public event PropertyChangedEventHandler PropertyChanged
Event Value
Implements