skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • NEW: Design Kits for Figma
    • Online Training
    • Document Processing Library
    • Embedded Reporting for web and desktop
    Web
    Kendo UI UI for jQuery UI for Angular UI for React UI for Vue UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX
    Mobile
    UI for .NET MAUI UI for Xamarin
    Document Management
    Telerik Document Processing
    Desktop
    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF
    Reporting & Mocking
    Telerik Reporting Telerik Report Server Telerik JustMock
    Automated Testing
    Test Studio Test Studio Dev Edition
    CMS
    Sitefinity
    UI/UX Tools
    ThemeBuilder Design System Kit
    Debugging
    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Jam FiddlerCap FiddlerCore
    Free Tools
    VB.NET to C# Converter Testing Framework
    View all products
  • Overview
    • Functional UI Testing
    • RESTful API Testing
    • Load Testing
    • Remote Test Execution
    • Agile Teams
    • Web Test Automation
    • Desktop Test Automation
    • Responsive UI Testing
    • Continuous Testing
    • Test Studio Trainings
    • Test Studio Consulting
    • Docs and Support
    • Documentation
    • Virtual Classroom
    • Videos
    • Blogs
    • Webinars
    • Whitepapers
    • Case Studies
    • Feedback Portal
    • Technical Support
    • What’s New
    • Roadmap
    • Release Notes
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Request a demo Try now

Class BaseProvider<T>

Inheritance
System.Object
BaseProvider<T>
CodeFilesProvider
DataSourcesProvider
ElementsProvider
LightTestsProvider
TestsProvider
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Design.ProjectModel.Providers
Assembly: ArtOfTest.WebAii.Design.dll

Syntax

public abstract class BaseProvider<T>
Type Parameters
T

Constructors

BaseProvider()

Declaration
protected BaseProvider()

Properties

AppContainer

Declaration
public ILifetimeScope AppContainer { get; set; }
Property Value
Autofac.ILifetimeScope

Key

Declaration
public virtual string Key { get; }
Property Value
System.String

ProgressReporter

Declaration
public IDataProgressReportingService ProgressReporter { get; }
Property Value
IDataProgressReportingService

Project

Declaration
public virtual Project Project { get; }
Property Value
Project

ProjectLocation

Declaration
public string ProjectLocation { get; protected set; }
Property Value
System.String

Methods

Clear()

Declaration
public abstract void Clear()

EnsureProjectLanguage(String)

Declaration
protected virtual void EnsureProjectLanguage(string testPath)
Parameters
System.String testPath

GetItem(Guid)

Declaration
public abstract T GetItem(Guid id)
Parameters
System.Guid id

Returns
T

GetReporterKey()

Declaration
protected virtual string GetReporterKey()
Returns
System.String

InvokeOnUIThread(Action, Boolean)

Declaration
public virtual void InvokeOnUIThread(Action action, bool wait = true)
Parameters
System.Action action

System.Boolean wait

Load(String)

Declaration
public virtual void Load(string location)
Parameters
System.String location

Load(String, String, String)

Declaration
public virtual void Load(string location, string vsSolutionPath, string vsProjectPath)
Parameters
System.String location

System.String vsSolutionPath

System.String vsProjectPath

OnItemLoaded(T)

Declaration
protected virtual void OnItemLoaded(T item)
Parameters
T item

OnLoadCompleted()

Declaration
protected virtual void OnLoadCompleted()

PopulateStepsRecursive(List<JToken>)

Declaration
protected List<JToken> PopulateStepsRecursive(List<JToken> allTestSteps)
Parameters
System.Collections.Generic.List<Newtonsoft.Json.Linq.JToken> allTestSteps

Returns
System.Collections.Generic.List<Newtonsoft.Json.Linq.JToken>

TryUpdateItem(T)

Declaration
public abstract bool TryUpdateItem(T item)
Parameters
T item

Returns
System.Boolean

UpdateProjectLocation(String)

Declaration
public virtual void UpdateProjectLocation(string newLocation)
Parameters
System.String newLocation

Events

ItemLoaded

Declaration
public event Action<T> ItemLoaded
Event Type
System.Action<T>

LoadCompleted

Declaration
public event Action LoadCompleted
Event Type
System.Action

Getting Started
  • Getting Started
  • Videos
  • Whats New
  • Roadmap
Community
  • Forums
  • Blogs
  • Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.