Interface
IServerLoggingStatusViewModel

Definition

Namespace:ArtOfTest.WebAii.Design.UI.Scheduling.ViewModels.Interfaces

Assembly:ArtOfTest.WebAii.Design.dll

Syntax:

cs-api-definition
public interface IServerLoggingStatusViewModel : INotifyPropertyChanged

Derived Classes: ServerLoggingStatusViewModel

Inherited Members INotifyPropertyChanged.PropertyChanged

Properties

CommunicationFailureMessage

Declaration

cs-api-definition
string CommunicationFailureMessage { get; set; }

Property Value

string

IsBusy

Declaration

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

Property Value

bool

LogEnabled

Declaration

cs-api-definition
bool LogEnabled { get; set; }

Property Value

bool