ClassBrowserSelectionModel
Class
Definition
Namespace:ArtOfTest.WebAii.Design.UI.Controls
Assembly:ArtOfTest.WebAii.Design.dll
Syntax:
cs-api-definition
public class BrowserSelectionModel : ViewModelBase, IDataErrorInfo
Inheritance: objectBrowserSelectionModel
Implements:
Constructors
BrowserSelectionModel()
Declaration
cs-api-definition
public BrowserSelectionModel()
Properties
BrowserCalibrated
Declaration
cs-api-definition
public Visibility BrowserCalibrated { get; }
Property Value
Browsers
Declaration
cs-api-definition
public ObservableList<BrowserSelectionOption> Browsers { get; }
Property Value
ObservableList<BrowserSelectionOption>
CurrentMode
Declaration
cs-api-definition
public BrowserSelectionView.DialogModes CurrentMode { get; }
Property Value
RecentUrls
Declaration
cs-api-definition
public ObservableCollection<RecentItemViewModel> RecentUrls { get; set; }
Property Value
SaveChoiceCheckBoxVisibility
Declaration
cs-api-definition
public Visibility SaveChoiceCheckBoxVisibility { get; }
Property Value
SelectedBrowser
Declaration
cs-api-definition
public BrowserSelectionOption SelectedBrowser { get; set; }
Property Value
Methods
DeleteRecentItem(RecentItemViewModel)
Declaration
cs-api-definition
public void DeleteRecentItem(RecentItemViewModel itemToDelete)
Parameters
itemToDelete
LoadRecentUrls()
Declaration
cs-api-definition
public void LoadRecentUrls()
SetMode(DialogModes, bool, string, BrowserType[], BrowserType)
Declaration
cs-api-definition
public void SetMode(BrowserSelectionView.DialogModes mode, bool isExecutionMode, string navigateUrl, BrowserType[] supportedBrowsers, BrowserType preferredBrowser)
Parameters
mode
BrowserSelectionView.DialogModes
isExecutionMode
navigateUrl
supportedBrowsers
preferredBrowser