The LoadableComponent T type exposes the following members.
Back to Top
Methods
Name | Description | |
---|---|---|
![]() | ![]() | (Inherited from ![]() |
![]() | EvaluateLoadedStatus |
Determine whether or not the component is loaded. Subclasses are expected to provide the details
to determine if the page or component is loaded.
|
![]() | ExecuteLoad |
When this method returns, the component modeled by the subclass should be fully loaded. This
subclass is expected to navigate to an appropriate page or trigger loading the correct HTML
should this be necessary.
|
![]() | ![]() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from ![]() |
![]() | ![]() | Serves as a hash function for a particular type. (Inherited from ![]() |
![]() | ![]() | Gets the (Inherited from ![]() ![]() |
![]() | HandleLoadError |
HandleLoadError gives a subclass the opportunity to handle a WebDriverException that occurred
during the execution of ExecuteLoad .
|
![]() | Load |
Ensure that the component is currently loaded.
|
![]() | ![]() | Creates a shallow copy of the current (Inherited from ![]() ![]() |
![]() | ![]() | Returns a string that represents the current object. (Inherited from ![]() |
![]() | TryLoad |
Attempts to load this component, providing an opportunity for the user to handle any errors encountered
during the load process.
|
See Also