ClassFindParamElement
Represents an automatic keyed FindParam.
Definition
Namespace:ArtOfTest.WebAii.Design.ProjectModel
Assembly:ArtOfTest.WebAii.Design.dll
Syntax:
[DataContract(Namespace = "http://artoftest.com/schemas/WebAiiDesignCanvas/1.0.0")]
[Obsolete("Please use FindExpressionElement instead")]
public class FindParamElement : IExtensibleDataObject, IFindParamElement, INodeData, INotifyPropertyChanged
Inheritance: objectFindParamElement
Implements:
Constructors
FindParamElement()
Create a new FindParamElement
Declaration
public FindParamElement()
FindParamElement(FindParam, string)
Create a new FindParamElement
Properties
ExtensionData
Declaration
[Browsable(false)]
public ExtensionDataObject ExtensionData { get; set; }
Property Value
Implements
FindParam
The FindParam object associated with this FindParamElement.
Declaration
[TypeConverter(typeof(ExpandableObjectConverter))]
[DataMember(Name = "FindParam")]
public FindParam FindParam { get; set; }
Property Value
FriendlyName
Get or set the friendly name of this FindParamElement
Declaration
[DataMember(Name = "FriendlyName")]
public string FriendlyName { get; set; }
Property Value
Implements
Kind
Get the this node data kind
Declaration
[Browsable(false)]
public int Kind { get; }
Property Value
Implements
ValidatePageUrl
Declaration
[DataMember(Name = "ValidatePageUrl")]
public bool ValidatePageUrl { get; set; }
Property Value
VariableReference
Declaration
[Browsable(false)]
public CodeExpression VariableReference { get; set; }
Property Value
Implements
Methods
Clone()
Clone this FindParamElement
CopyTo(INodeData)
Copy this element to a different element
GetUniqueKey()
Get the unique key of this node
Match(INodeData)
Compare two INodeData
OnPropertyChanged(string)
Invoked when a property changes.
Declaration
public void OnPropertyChanged(string propertyName)
Parameters
propertyName
The property name that changed.
Events
PropertyChanged
Occurs when a property changes
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Value
Implements