Class XamlFindExpression
Inherited Members
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.Silverlight
Assembly: ArtOfTest.WebAii.dll
Syntax
public class XamlFindExpression : FindExpression<XamlFindClause>, IFindExpression
Constructors
XamlFindExpression()
Declaration
public XamlFindExpression()
XamlFindExpression(String[])
Declaration
public XamlFindExpression(params string[] findClauses)
Parameters
System.String[]
findClauses
|
Properties
SupportedSearchType
Declaration
public override Type SupportedSearchType { get; }
Property Value
System.Type
|
Overrides
ArtOfTest.Common.FindExpression<ArtOfTest.WebAii.Silverlight.XamlFindClause>.SupportedSearchType
Methods
AddClause(String)
Declaration
public override void AddClause(string clause)
Parameters
System.String
clause
|
Overrides
ArtOfTest.Common.FindExpression<ArtOfTest.WebAii.Silverlight.XamlFindClause>.AddClause(System.String)