Class FindElementModel
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Design.UI
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class FindElementModel : PropertyChangeNotification, INotifyPropertyChanged, INotifyPropertyChanging, IFindElementModel
Constructors
FindElementModel(Dispatcher)
Declaration
public FindElementModel(Dispatcher dispatcher)
Parameters
System.
|
Properties
AdvanceViewText
Declaration
public string AdvanceViewText { get; set; }
Property Value
System.
|
AreTroubleshootItemsEnabled
Declaration
public bool AreTroubleshootItemsEnabled { get; }
Property Value
System.
|
BackupClause
Declaration
public string BackupClause { get; set; }
Property Value
System.
|
CanBeDataBound
Declaration
public bool CanBeDataBound { get; set; }
Property Value
System.
|
Implements
CanDeleteGroup
Declaration
public bool CanDeleteGroup { get; }
Property Value
System.
|
CanRunToStep
Declaration
public bool CanRunToStep { get; set; }
Property Value
System.
|
CanSwitchElement
Declaration
public bool CanSwitchElement { get; set; }
Property Value
System.
|
ConnectToAppModel
Declaration
public ConnectToAppControlModel ConnectToAppModel { get; set; }
Property Value
ConnectToText
Declaration
public string ConnectToText { get; set; }
Property Value
System.
|
CurrentDescriptor
CurrentElement
CurrentElementName
Declaration
public string CurrentElementName { get; set; }
Property Value
System.
|
Implements
CurrentFindExpression
Declaration
public FindExpressionElement CurrentFindExpression { get; }
Property Value
CurrentHost
Declaration
public IAutomationHost CurrentHost { get; set; }
Property Value
Implements
CurrentPath
Declaration
public string CurrentPath { get; set; }
Property Value
System.
|
CurrentTechType
DataDrivenFilter
Declaration
public string DataDrivenFilter { get; set; }
Property Value
System.
|
Implements
DomTreeSelectedElement
Declaration
public ITargetElement DomTreeSelectedElement { get; set; }
Property Value
EditSmartFindLogicCommand
Declaration
public CommandHandler EditSmartFindLogicCommand { get; }
Property Value
Telerik.
|
ElementDescriptors
Declaration
public List<ElementDescriptor> ElementDescriptors { get; }
Property Value
System.
|
Implements
ElementDomSelected
ElementRootNode
ErrorCallBack
Declaration
public Action<GenericEventArgs<string>> ErrorCallBack { get; set; }
Property Value
System.
|
FilterGroups
Declaration
public SelectionTrackedList<FilterGroupModel> FilterGroups { get; }
Property Value
FindExpressionGen
Declaration
public IFindExpressionGenerator FindExpressionGen { get; }
Property Value
HideWelcomeScreen
Declaration
public bool HideWelcomeScreen { get; set; }
Property Value
System.
|
HintPanelFindText
Declaration
public string HintPanelFindText { get; set; }
Property Value
System.
|
IsConnected
Declaration
public bool IsConnected { get; set; }
Property Value
System.
|
Implements
IsCorrectTechnologyType
Declaration
public bool IsCorrectTechnologyType { get; }
Property Value
System.
|
IsDataDriven
Declaration
public bool IsDataDriven { get; set; }
Property Value
System.
|
Implements
IsDesktopElement
Declaration
public bool IsDesktopElement { get; }
Property Value
System.
|
IsDirty
Declaration
public bool IsDirty { get; set; }
Property Value
System.
|
Implements
IsElementDomEnabled
Declaration
public bool IsElementDomEnabled { get; }
Property Value
System.
|
IsFromBackupSearch
Declaration
public bool IsFromBackupSearch { get; }
Property Value
System.
|
IsHostCached
Declaration
public bool IsHostCached { get; }
Property Value
System.
|
IsSmartFindLogicCapableElement
Declaration
public bool IsSmartFindLogicCapableElement { get; }
Property Value
System.
|
NewElementNodeType
Declaration
public Type NewElementNodeType { get; }
Property Value
System.
|
OriginalHost
RootNode
SuggestedElementText
Declaration
public string SuggestedElementText { get; set; }
Property Value
System.
|
Suggestions
Declaration
public ObservableCollection<SuggestedExpressionModel> Suggestions { get; }
Property Value
System.
|
Implements
SupportElementSplit
Declaration
public bool SupportElementSplit { get; set; }
Property Value
System.
|
Implements
ValidationRequest
Declaration
public EventHandler ValidationRequest { get; set; }
Property Value
System.
|
ValidationTimeStamp
Declaration
public DateTime ValidationTimeStamp { get; set; }
Property Value
System.
|
VisibleHosts
Declaration
public ObservableCollection<SelectHostModel> VisibleHosts { get; }
Property Value
System.
|
Methods
AddBlankGroup()
AddSuggestion(SuggestedExpressionModel)
Declaration
public void AddSuggestion(SuggestedExpressionModel suggestion)
Parameters
Suggested
|
Implements
DeleteGroup(FilterGroupModel)
Declaration
public void DeleteGroup(FilterGroupModel groupModel)
Parameters
Filter
|
Implements
HighlightElement(ITargetElement)
Declaration
protected virtual void HighlightElement(ITargetElement element)
Parameters
ITarget
|
LoadAttachableBrowsers()
Declaration
protected virtual void LoadAttachableBrowsers()
LoadExistingApplications()
Declaration
protected virtual void LoadExistingApplications()
LoadExistingDesktopApplications()
Declaration
public void LoadExistingDesktopApplications()
LoadRunningWebRecorders()
Declaration
protected virtual void LoadRunningWebRecorders()
OnFilterNameChanged(String)
Declaration
public void OnFilterNameChanged(string newName)
Parameters
System.
|
Implements
OnFilterNameChanging(String)
Declaration
public void OnFilterNameChanging(string oldName)
Parameters
System.
|
Implements
OnValidationRequest()
RebuildSuggestions(FilterGroupModel)
Declaration
public void RebuildSuggestions(FilterGroupModel fgm)
Parameters
Filter
|
Implements
ReportError(String)
Declaration
protected virtual void ReportError(string errorMsg)
Parameters
System.
|