Class LoggingInfoViewModel
Inheritance
System.Object
LoggingInfoViewModel
Namespace: ArtOfTest.WebAii.Design.UI
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class LoggingInfoViewModel : ViewModelBase, IUserSettingsPageViewModel
Constructors
LoggingInfoViewModel()
Declaration
public LoggingInfoViewModel()
Properties
Heading
Declaration
public string Heading { get; }
Property Value
System.String
|
IsLoggingEnabled
Declaration
public bool IsLoggingEnabled { get; set; }
Property Value
System.Boolean
|
IsValid
Declaration
public bool IsValid { get; }
Property Value
System.Boolean
|
View
Declaration
public UserControl View { get; }
Property Value
System.Windows.Controls.UserControl
|