skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • NEW: Design Kits for Figma
    • Online Training
    • Document Processing Library
    • Embedded Reporting for web and desktop
    Web
    Kendo UI UI for jQuery UI for Angular UI for React UI for Vue UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX
    Mobile
    UI for .NET MAUI UI for Xamarin
    Document Management
    Telerik Document Processing
    Desktop
    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF
    Reporting & Mocking
    Telerik Reporting Telerik Report Server Telerik JustMock
    Automated Testing
    Test Studio Test Studio Dev Edition
    CMS
    Sitefinity
    UI/UX Tools
    ThemeBuilder Design System Kit
    Debugging
    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Jam FiddlerCap FiddlerCore
    Free Tools
    VB.NET to C# Converter Testing Framework
    View all products
  • Overview
    • Functional UI Testing
    • RESTful API Testing
    • Load Testing
    • Remote Test Execution
    • Agile Teams
    • Web Test Automation
    • Desktop Test Automation
    • Responsive UI Testing
    • Continuous Testing
    • Test Studio Trainings
    • Test Studio Consulting
    • Docs and Support
    • Documentation
    • Virtual Classroom
    • Videos
    • Blogs
    • Webinars
    • Whitepapers
    • Case Studies
    • Feedback Portal
    • Technical Support
    • What’s New
    • Roadmap
    • Release Notes
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Request a demo Try now

Class FindExpressionElement

Inheritance
System.Object
DataBoundObject
FindExpressionElement
Inherited Members
DataBoundObject._data
DataBoundObject.BindData<T>(String)
DataBoundObject.BindDataCode(String)
DataBoundObject.BindDataCode(String, PropertyInfo)
DataBoundObject.Data
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.Common.Design.ProjectModel.Elements
Assembly: ArtOfTest.WebAii.Design.dll

Syntax

public class FindExpressionElement : DataBoundObject, INodeData, INotifyPropertyChanged, IXmlPersistable, IFindExpressionElement

Constructors

FindExpressionElement()

Declaration
public FindExpressionElement()

FindExpressionElement(List<KeyValuePair<TechnologyType, IFindExpression>>, String, TechnologyType, Int32)

Declaration
public FindExpressionElement(List<KeyValuePair<TechnologyType, IFindExpression>> exprs, string name, TechnologyType tech, int kind)
Parameters
System.Collections.Generic.List<System.Collections.Generic.KeyValuePair<TechnologyType, IFindExpression>> exprs

System.String name

TechnologyType tech

System.Int32 kind

Fields

DATA_EXPRESSION

Declaration
public const string DATA_EXPRESSION = "Expression"
Field Value
System.String

Properties

BackupSearchClause

Declaration
public string BackupSearchClause { get; set; }
Property Value
System.String

ContainerName

Declaration
public string ContainerName { get; set; }
Property Value
System.String

ControlType

Declaration
public Type ControlType { get; set; }
Property Value
System.Type

CurrentVersion

Declaration
public Version CurrentVersion { get; }
Property Value
System.Version

Implements
IXmlPersistable.CurrentVersion

DataBindingExpressions

Declaration
[DataDriven]
public Dictionary<string, string> DataBindingExpressions { get; set; }
Property Value
System.Collections.Generic.Dictionary<System.String, System.String>

DataBoundFindExpressions

Declaration
public List<KeyValuePair<TechnologyType, IFindExpression>> DataBoundFindExpressions { get; }
Property Value
System.Collections.Generic.List<System.Collections.Generic.KeyValuePair<TechnologyType, IFindExpression>>

Expression

Declaration
public string Expression { get; }
Property Value
System.String

ExpressionDummyElement

Declaration
public string ExpressionDummyElement { get; }
Property Value
System.String

FindExpressions

Declaration
public IList<KeyValuePair<TechnologyType, IFindExpression>> FindExpressions { get; }
Property Value
System.Collections.Generic.IList<System.Collections.Generic.KeyValuePair<TechnologyType, IFindExpression>>

FindLogic

Declaration
public string FindLogic { get; }
Property Value
System.String

FindLogicDummyElement

Declaration
public string FindLogicDummyElement { get; }
Property Value
System.String

FriendlyName

Declaration
public string FriendlyName { get; set; }
Property Value
System.String

Implements
INodeData.FriendlyName

ImageSearchClauses

Declaration
public ImageSearchClause[] ImageSearchClauses { get; set; }
Property Value
ImageSearchClause[]

IsDataDriven

Declaration
public bool IsDataDriven { get; }
Property Value
System.Boolean

IsFullyBoundValue

Declaration
public bool IsFullyBoundValue { get; }
Property Value
System.Boolean

Kind

Declaration
public int Kind { get; }
Property Value
System.Int32

Implements
INodeData.Kind

RootName

Declaration
public string RootName { get; }
Property Value
System.String

Implements
IXmlPersistable.RootName

TechnologyType

Declaration
public TechnologyType TechnologyType { get; set; }
Property Value
TechnologyType

VariableReference

Declaration
public CodeExpression VariableReference { get; set; }
Property Value
System.CodeDom.CodeExpression

Implements
INodeData.VariableReference

XmlBlob

Declaration
public XmlBlob XmlBlob { get; set; }
Property Value
XmlBlob

Implements
IXmlPersistable.XmlBlob

Methods

BindData(String)

Declaration
protected override object BindData(string expression)
Parameters
System.String expression

Returns
System.Object

Overrides
DataBoundObject.BindData(String)

BindDataCode(String, String, Type)

Declaration
protected override object BindDataCode(string descriptorPropertyName, string controlPropertyName, Type controlPropertyType)
Parameters
System.String descriptorPropertyName

System.String controlPropertyName

System.Type controlPropertyType

Returns
System.Object

Overrides
DataBoundObject.BindDataCode(String, String, Type)

Clone()

Declaration
public INodeData Clone()
Returns
INodeData

Implements
INodeData.Clone()

CopyTo(INodeData)

Declaration
public void CopyTo(INodeData o)
Parameters
INodeData o

Implements
INodeData.CopyTo(INodeData)

GetExpression()

Declaration
public IFindExpression GetExpression()
Returns
IFindExpression

GetUniqueKey()

Declaration
public string GetUniqueKey()
Returns
System.String

Implements
INodeData.GetUniqueKey()

IsDataBound(String)

Declaration
protected override bool IsDataBound(string propertyName)
Parameters
System.String propertyName

Returns
System.Boolean

Overrides
DataBoundObject.IsDataBound(String)

LoadFrom(XmlStoreNode)

Declaration
public void LoadFrom(XmlStoreNode store)
Parameters
XmlStoreNode store

Implements
IXmlPersistable.LoadFrom(XmlStoreNode)

Match(INodeData)

Declaration
public bool Match(INodeData obj)
Parameters
INodeData obj

Returns
System.Boolean

Implements
INodeData.Match(INodeData)

OnPropertyChanged(String)

Declaration
protected void OnPropertyChanged(string propertyName)
Parameters
System.String propertyName

SaveTo(XmlStoreNode)

Declaration
public void SaveTo(XmlStoreNode store)
Parameters
XmlStoreNode store

Implements
IXmlPersistable.SaveTo(XmlStoreNode)

ToString()

Declaration
public override string ToString()
Returns
System.String

Overrides
System.Object.ToString()

UpdateExpressions(IList<KeyValuePair<TechnologyType, IFindExpression>>, String)

Declaration
public void UpdateExpressions(IList<KeyValuePair<TechnologyType, IFindExpression>> expressions, string backup)
Parameters
System.Collections.Generic.IList<System.Collections.Generic.KeyValuePair<TechnologyType, IFindExpression>> expressions

System.String backup

UpdateExpressions(IList<KeyValuePair<TechnologyType, IFindExpression>>, String, ImageSearchClause[])

Declaration
public void UpdateExpressions(IList<KeyValuePair<TechnologyType, IFindExpression>> expressions, string backup, ImageSearchClause[] imageSearchClauses)
Parameters
System.Collections.Generic.IList<System.Collections.Generic.KeyValuePair<TechnologyType, IFindExpression>> expressions

System.String backup

ImageSearchClause[] imageSearchClauses

Events

PropertyChanged

Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.ComponentModel.PropertyChangedEventHandler

Getting Started
  • Getting Started
  • Videos
  • Whats New
  • Roadmap
Community
  • Forums
  • Blogs
  • Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.