ElementsProvider Class

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Inheritance Hierarchy

SystemObject
  ArtOfTest.WebAii.Design.ProjectModel.ProvidersBaseProviderLightElementNode
    ArtOfTest.WebAii.Design.ProjectModel.ProvidersElementsProvider

Namespace:  ArtOfTest.WebAii.Design.ProjectModel.Providers
Assembly:  ArtOfTest.WebAii.Design (in ArtOfTest.WebAii.Design.dll) Version: 2018.1.116.0 (2018.1.116.0)
Syntax

public class ElementsProvider : BaseProvider<LightElementNode>

The ElementsProvider type exposes the following members.

Constructors

  NameDescription
Public methodElementsProvider
Initializes a new instance of the ElementsProvider class
Top
Properties

  NameDescription
Public propertyAppContainer (Inherited from BaseProviderT.)
Public propertyCachedDescriptors
Public propertyElementsTree
Public propertyKey (Inherited from BaseProviderT.)
Public propertyProgressReporter (Inherited from BaseProviderT.)
Public propertyProject (Inherited from BaseProviderT.)
Public propertyProjectLocation (Inherited from BaseProviderT.)
Public propertyRootNode
Top
Methods

  NameDescription
Public methodAddElementDescriptor
Public methodClear (Overrides BaseProviderTClear.)
Public methodCollectDirtyNodes
Protected methodEnsureProjectLanguage (Inherited from BaseProviderT.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodExcludeElementsByTestPath
Public methodExtractElements
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetItem (Overrides BaseProviderTGetItem(Guid).)
Protected methodGetReporterKey (Overrides BaseProviderTGetReporterKey.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInvokeOnUIThread (Inherited from BaseProviderT.)
Public methodLoad(ListString)
Public methodLoad(String) (Overrides BaseProviderTLoad(String).)
Public methodLoad(String, String, String) (Inherited from BaseProviderT.)
Public methodLoadAsync
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnItemLoaded (Inherited from BaseProviderT.)
Protected methodOnLoadCompleted (Inherited from BaseProviderT.)
Protected methodPopulateStepsRecursive (Inherited from BaseProviderT.)
Public methodRefreshElements
Public methodReplaceExtractedElements
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTryUpdateItem (Overrides BaseProviderTTryUpdateItem(T).)
Public methodUpdateProjectLocation (Overrides BaseProviderTUpdateProjectLocation(String).)
Top
Events

  NameDescription
Public eventElementsReplacementEnded
Public eventElementsReplacementStarted
Public eventItemLoaded (Inherited from BaseProviderT.)
Public eventLoadCompleted (Inherited from BaseProviderT.)
Top
Fields

  NameDescription
Public fieldStatic memberPROGRESS_REPORTER_KEY
Top
See Also

Reference