Class TestTypeSelectorViewModel
Inherited Members
Namespace: ArtOfTest.WebAii.Design.UI
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class TestTypeSelectorViewModel : SkuDependantViewModel, IWeakEventListener, IDataErrorInfo, IDisposable
Constructors
TestTypeSelectorViewModel()
Declaration
public TestTypeSelectorViewModel()
Properties
Error
Declaration
public string Error { get; }
Property Value
System.String
|
Item[String]
Declaration
public string this[string name] { get; }
Parameters
System.String
name
|
Property Value
System.String
|
Packages
Declaration
public List<PackageModel> Packages { get; }
Property Value
System.Collections.Generic.List<PackageModel>
|
ProbePath
Declaration
public string ProbePath { get; set; }
Property Value
System.String
|
SelectedIndex
Declaration
public int SelectedIndex { get; set; }
Property Value
System.Int32
|
SkuDisabledDescription
Declaration
public string SkuDisabledDescription { get; }
Property Value
System.String
|
TestName
Declaration
public string TestName { get; set; }
Property Value
System.String
|
Methods
Dispose()
Declaration
public void Dispose()
Implements
System.IDisposable.Dispose()