Class ProjectViewModel
Inheritance
System.Object
ProjectViewModel
Namespace: ArtOfTest.WebAii.Design.UI
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class ProjectViewModel : ViewModelBase
Constructors
ProjectViewModel()
Declaration
public ProjectViewModel()
Properties
ActiveSourceControlType
Declaration
public SourceControlType ActiveSourceControlType { get; }
Property Value
Art
|
DataItems
Declaration
public ObservableList<DataItemModel> DataItems { get; }
Property Value
Telerik.
|
DataManager
Factory
Declaration
public ProjectViewModelsFactory Factory { get; }
Property Value
FilterModel
HideBrowserSelectionDropDown
Declaration
public bool HideBrowserSelectionDropDown { get; }
Property Value
System.
|
IsElementsLoading
Declaration
public bool IsElementsLoading { get; }
Property Value
System.
|
IsMoving
Declaration
public bool IsMoving { get; set; }
Property Value
System.
|
IsOnline
Declaration
public bool IsOnline { get; set; }
Property Value
System.
|
IsProjectLoading
Declaration
public bool IsProjectLoading { get; set; }
Property Value
System.
|
IsProjectPropertiesVisible
Declaration
public bool IsProjectPropertiesVisible { get; set; }
Property Value
System.
|
IsUploadRequired
Declaration
public bool IsUploadRequired { get; set; }
Property Value
System.
|
ItemContextMenuModel
Declaration
public ProjectViewItemContextMenuModel ItemContextMenuModel { get; set; }
Property Value
LastSelectedItem
Declaration
public ProjectViewItemModelBase LastSelectedItem { get; set; }
Property Value
ProgressReporter
Declaration
public ProgressReporterViewModel ProgressReporter { get; }
Property Value
ProjectFolderModel
Declaration
public ProjectViewProjectItemModel ProjectFolderModel { get; }
Property Value
ProjectItems
Declaration
public ObservableList<ProjectViewItemModelBase> ProjectItems { get; }
Property Value
Telerik.
|
SelectedDataItem
SelectedItems
Declaration
public ObservableList<ProjectViewItemModelBase> SelectedItems { get; }
Property Value
Telerik.
|
TestDetails
Methods
CleanUp()
Declaration
public void CleanUp()