Class ProjectTreeViewItemViewModel
Inheritance
System.Object
ProjectTreeViewItemViewModel
Namespace: ArtOfTest.WebAii.Design.UI
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class ProjectTreeViewItemViewModel : ViewModelBase
Constructors
ProjectTreeViewItemViewModel(LightProjectElement, ProjectTreeViewItemViewModel)
Declaration
public ProjectTreeViewItemViewModel(LightProjectElement element, ProjectTreeViewItemViewModel parent = null)
Parameters
LightProjectElement
element
|
ProjectTreeViewItemViewModel
parent
|
Properties
Children
Declaration
public ObservableCollection<ProjectTreeViewItemViewModel> Children { get; }
Property Value
System.Collections.ObjectModel.ObservableCollection<ProjectTreeViewItemViewModel>
|
DisplayName
Declaration
public string DisplayName { get; }
Property Value
System.String
|
Element
Image
Declaration
public BitmapSource Image { get; }
Property Value
System.Windows.Media.Imaging.BitmapSource
|
InDevelopment
Declaration
public bool InDevelopment { get; }
Property Value
System.Boolean
|
IsAllowedBySku
Declaration
public bool IsAllowedBySku { get; set; }
Property Value
System.Boolean
|
IsEnabled
Declaration
public bool IsEnabled { get; set; }
Property Value
System.Boolean
|
IsExpanded
Declaration
public bool IsExpanded { get; set; }
Property Value
System.Boolean
|
ItemKind
ItemKindValue
Declaration
public int ItemKindValue { get; }
Property Value
System.Int32
|
Parent
Declaration
public ProjectTreeViewItemViewModel Parent { get; }
Property Value
ProjectTreeViewItemViewModel
|
TestTypeStr
Declaration
public string TestTypeStr { get; }
Property Value
System.String
|