CodeFilesProvider Class

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Inheritance Hierarchy

SystemObject
  ArtOfTest.WebAii.Design.ProjectModel.ProvidersBaseProviderLightCodeFile
    ArtOfTest.WebAii.Design.ProjectModel.ProvidersCodeFilesProvider

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 CodeFilesProvider : BaseProvider<LightCodeFile>

The CodeFilesProvider type exposes the following members.

Constructors

  NameDescription
Public methodCodeFilesProvider
Initializes a new instance of the CodeFilesProvider class
Top
Properties

  NameDescription
Public propertyAppContainer (Inherited from BaseProviderT.)
Public propertyCachedCodeFiles
Public propertyCodeService
Public propertyKey (Inherited from BaseProviderT.)
Public propertyProgressReporter (Inherited from BaseProviderT.)
Public propertyProject (Inherited from BaseProviderT.)
Public propertyProjectLocation (Inherited from BaseProviderT.)
Top
Methods

  NameDescription
Public methodClear (Overrides BaseProviderTClear.)
Public methodCreateCodeFile
Public methodDeleteItem
Protected methodEnsureProjectLanguage (Inherited from BaseProviderT.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodExcludeLightCodeFile
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(Guid) (Overrides BaseProviderTGetItem(Guid).)
Public methodGetItem(String)
Protected methodGetReporterKey (Inherited from BaseProviderT.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodImportCodeFile
Public methodInvokeOnUIThread (Inherited from BaseProviderT.)
Public methodLoad(String) (Inherited from BaseProviderT.)
Public methodLoad(String, String, String) (Inherited from BaseProviderT.)
Public methodLoadCodeFile
Public methodLoadCodeFiles
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 methodRenameCodeFile
Public methodSmartRefresh
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 eventItemLoaded
Public eventLoadCompleted (Inherited from BaseProviderT.)
Top
See Also

Reference