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.Windows.Threading.Dispatcher
dispatcher
|
Properties
AdvanceViewText
Declaration
public string AdvanceViewText { get; set; }
Property Value
System.String
|
AreTroubleshootItemsEnabled
Declaration
public bool AreTroubleshootItemsEnabled { get; }
Property Value
System.Boolean
|
BackupClause
Declaration
public string BackupClause { get; set; }
Property Value
System.String
|
CanBeDataBound
Declaration
public bool CanBeDataBound { get; set; }
Property Value
System.Boolean
|
Implements
CanDeleteGroup
Declaration
public bool CanDeleteGroup { get; }
Property Value
System.Boolean
|
CanRunToStep
Declaration
public bool CanRunToStep { get; set; }
Property Value
System.Boolean
|
CanSwitchElement
Declaration
public bool CanSwitchElement { get; set; }
Property Value
System.Boolean
|
ConnectToAppModel
Declaration
public ConnectToAppControlModel ConnectToAppModel { get; set; }
Property Value
ConnectToAppControlModel
|
ConnectToText
Declaration
public string ConnectToText { get; set; }
Property Value
System.String
|
CurrentDescriptor
CurrentElement
CurrentElementName
Declaration
public string CurrentElementName { get; set; }
Property Value
System.String
|
Implements
CurrentFindExpression
Declaration
public FindExpressionElement CurrentFindExpression { get; }
Property Value
FindExpressionElement
|
CurrentHost
Declaration
public IAutomationHost CurrentHost { get; set; }
Property Value
IAutomationHost
|
Implements
CurrentPath
Declaration
public string CurrentPath { get; set; }
Property Value
System.String
|
CurrentTechType
DataDrivenFilter
Declaration
public string DataDrivenFilter { get; set; }
Property Value
System.String
|
Implements
DomTreeSelectedElement
Declaration
public ITargetElement DomTreeSelectedElement { get; set; }
Property Value
ITargetElement
|
EditSmartFindLogicCommand
Declaration
public CommandHandler EditSmartFindLogicCommand { get; }
Property Value
Telerik.TestStudio.BaseUI.UI.CommandHandler
|
ElementDescriptors
Declaration
public List<ElementDescriptor> ElementDescriptors { get; }
Property Value
System.Collections.Generic.List<ElementDescriptor>
|
Implements
ElementDomSelected
ElementRootNode
ErrorCallBack
Declaration
public Action<GenericEventArgs<string>> ErrorCallBack { get; set; }
Property Value
System.Action<GenericEventArgs<System.String>>
|
FilterGroups
Declaration
public SelectionTrackedList<FilterGroupModel> FilterGroups { get; }
Property Value
SelectionTrackedList<FilterGroupModel>
|
FindExpressionGen
Declaration
public IFindExpressionGenerator FindExpressionGen { get; }
Property Value
IFindExpressionGenerator
|
HideWelcomeScreen
Declaration
public bool HideWelcomeScreen { get; set; }
Property Value
System.Boolean
|
HintPanelFindText
Declaration
public string HintPanelFindText { get; set; }
Property Value
System.String
|
IsConnected
Declaration
public bool IsConnected { get; set; }
Property Value
System.Boolean
|
Implements
IsCorrectTechnologyType
Declaration
public bool IsCorrectTechnologyType { get; }
Property Value
System.Boolean
|
IsDataDriven
Declaration
public bool IsDataDriven { get; set; }
Property Value
System.Boolean
|
Implements
IsDesktopElement
Declaration
public bool IsDesktopElement { get; }
Property Value
System.Boolean
|
IsDirty
Declaration
public bool IsDirty { get; set; }
Property Value
System.Boolean
|
Implements
IsElementDomEnabled
Declaration
public bool IsElementDomEnabled { get; }
Property Value
System.Boolean
|
IsFromBackupSearch
Declaration
public bool IsFromBackupSearch { get; }
Property Value
System.Boolean
|
IsHostCached
Declaration
public bool IsHostCached { get; }
Property Value
System.Boolean
|
IsSmartFindLogicCapableElement
Declaration
public bool IsSmartFindLogicCapableElement { get; }
Property Value
System.Boolean
|
NewElementNodeType
Declaration
public Type NewElementNodeType { get; }
Property Value
System.Type
|
OriginalHost
RootNode
SuggestedElementText
Declaration
public string SuggestedElementText { get; set; }
Property Value
System.String
|
Suggestions
Declaration
public ObservableCollection<SuggestedExpressionModel> Suggestions { get; }
Property Value
System.Collections.ObjectModel.ObservableCollection<SuggestedExpressionModel>
|
Implements
SupportElementSplit
Declaration
public bool SupportElementSplit { get; set; }
Property Value
System.Boolean
|
Implements
ValidationRequest
Declaration
public EventHandler ValidationRequest { get; set; }
Property Value
System.EventHandler
|
ValidationTimeStamp
Declaration
public DateTime ValidationTimeStamp { get; set; }
Property Value
System.DateTime
|
VisibleHosts
Declaration
public ObservableCollection<SelectHostModel> VisibleHosts { get; }
Property Value
System.Collections.ObjectModel.ObservableCollection<SelectHostModel>
|
Methods
AddBlankGroup()
AddSuggestion(SuggestedExpressionModel)
Declaration
public void AddSuggestion(SuggestedExpressionModel suggestion)
Parameters
SuggestedExpressionModel
suggestion
|
Implements
DeleteGroup(FilterGroupModel)
Declaration
public void DeleteGroup(FilterGroupModel groupModel)
Parameters
FilterGroupModel
groupModel
|
Implements
HighlightElement(ITargetElement)
Declaration
protected virtual void HighlightElement(ITargetElement element)
Parameters
ITargetElement
element
|
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.String
newName
|
Implements
OnFilterNameChanging(String)
Declaration
public void OnFilterNameChanging(string oldName)
Parameters
System.String
oldName
|
Implements
OnValidationRequest()
RebuildSuggestions(FilterGroupModel)
Declaration
public void RebuildSuggestions(FilterGroupModel fgm)
Parameters
FilterGroupModel
fgm
|
Implements
ReportError(String)
Declaration
protected virtual void ReportError(string errorMsg)
Parameters
System.String
errorMsg
|