ArtOfTest, Inc. - WebAii 1.1 Automation Infrastructure reference library
Control class
The base object for all controls.
Syntax
C#
public abstract class Control
Members
All MembersConstructorsMethodsPropertiesFieldsEvents



IconMemberDescription
ControlNew()
Create new control.
ControlNew(Element)
Create new control and assigns it a base element.
AssignElement(Element)
Assign this control a base element. Performs any initialization for this control.
AssignFailed(Exception)
Mark the assignment to failed. Throw if the framework is set for throwing.
BaseElement
Gets the DOM element representing this test control
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()
Gets the Type of the current instance.
(Inherited from Object.)
IsRefresh
Gets whether the control is executing a Refresh call.
Locator
Gets the FindParam that describes this control. The base Control returns null.
static memberMatchControl(Element, FindParam)
Given a FindParam this method returns true/false whether this FindParam matches the passed in element.
MemberwiseClone()
Creates a shallow copy of the current Object.
(Inherited from Object.)
OwnerBrowser
Gets the owner browser that owns this control.
Refresh()
Refresh this control within the current DOM and update this control property values.
ThrowOnInvalidAssignment
Gets whether the control should throw on invalid assignments
ToString()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy

Assembly: ArtOfTest.WebAii (Module: ArtOfTest.WebAii)