Class ExecutionServerDetailLoggingViewModel
Inheritance
System.Object
ExecutionServerDetailLoggingViewModel
Namespace: ArtOfTest.WebAii.Design.UI.Scheduling.ViewModels
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class ExecutionServerDetailLoggingViewModel : ViewModelBase
Constructors
ExecutionServerDetailLoggingViewModel(IProcessManagerCommunicationLayer, IExecutionServerLoggingStatusViewModel)
Properties
LogEnabled
Declaration
public bool LogEnabled { get; }
Property Value
|
System.Boolean
|
LogSize
Declaration
public long? LogSize { get; }
Property Value
|
System.Nullable<System.Int64>
|
LogStatusViewModel
Declaration
public IExecutionServerLoggingStatusViewModel LogStatusViewModel { get; }
Property Value
|
IExecutionServerLoggingStatusViewModel
|
Methods
Dispose(Boolean)
Declaration
protected override void Dispose(bool disposing)
Parameters
|
System.Boolean
disposing
|