Class
DomExplorerToolbarViewModel

Definition

Namespace:ArtOfTest.WebAii.Design.UI

Assembly:ArtOfTest.WebAii.Design.dll

Syntax:

cs-api-definition
public class DomExplorerToolbarViewModel : ViewModelBase

Inheritance: objectDomExplorerToolbarViewModel

Constructors

DomExplorerToolbarViewModel()

Declaration

cs-api-definition
public DomExplorerToolbarViewModel()

Properties

ChangeDomViewModeCommand

Declaration

cs-api-definition
public CommandHandler ChangeDomViewModeCommand { get; }

Property Value

CommandHandler

CheckBoxesTreeMode

Declaration

cs-api-definition
public bool CheckBoxesTreeMode { get; set; }

Property Value

bool

DismissDomExplorerHintCommand

Declaration

cs-api-definition
public CommandHandler DismissDomExplorerHintCommand { get; }

Property Value

CommandHandler

DisplayHosts

Declaration

cs-api-definition
public ObservableCollection<HostTreeNode> DisplayHosts { get; }

Property Value

ObservableCollection<HostTreeNode>

DomViewMode

Declaration

cs-api-definition
public ViewMode DomViewMode { get; set; }

Property Value

ViewMode

IsAddElementsButtonShown

Declaration

cs-api-definition
public bool IsAddElementsButtonShown { get; set; }

Property Value

bool

IsDomExplorerHintDismissed

Declaration

cs-api-definition
public bool IsDomExplorerHintDismissed { get; set; }

Property Value

bool

IsDomExplorerHintShown

Declaration

cs-api-definition
public bool IsDomExplorerHintShown { get; }

Property Value

bool

IsDomTreeFrozen

Declaration

cs-api-definition
public bool IsDomTreeFrozen { get; set; }

Property Value

bool

IsDomViewModeHierarchal

Declaration

cs-api-definition
public bool IsDomViewModeHierarchal { get; }

Property Value

bool

IsSearchResultNextButtonEnabled

Declaration

cs-api-definition
public bool IsSearchResultNextButtonEnabled { get; set; }

Property Value

bool

IsSearchResultPreviousButtonEnabled

Declaration

cs-api-definition
public bool IsSearchResultPreviousButtonEnabled { get; set; }

Property Value

bool

IsSingleHostAvailable

Declaration

cs-api-definition
public bool IsSingleHostAvailable { get; }

Property Value

bool

SearchText

Declaration

cs-api-definition
public string SearchText { get; set; }

Property Value

string

ToolbarFullMode

Declaration

cs-api-definition
public bool ToolbarFullMode { get; set; }

Property Value

bool

Events

DomViewModeChanged

Declaration

cs-api-definition
public event Action<ViewMode> DomViewModeChanged

Event Value

Action<ViewMode>

SearchTextChanged

Declaration

cs-api-definition
public event Action<string> SearchTextChanged

Event Value

Action<string>