skip navigation
  • Product Bundles

    DevCraft

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

    • AI Coding Assistants
    • Embedded Reporting
    • Document Processing Libraries
    • SSO Account Sign-in

    Web

    Kendo UI UI for Angular UI for Vue UI for jQuery KendoReact UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Telerik JustMock

    CMS

    Sitefinity

    AI Productivity Tools

    AI Coding Assistants

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    KendoReact Free 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
  • Training
    • Docs and Support
    • Documentation
    • Virtual Classroom
    • Videos
    • Blogs
    • Webinars
    • Whitepapers
    • Case Studies
    • Feedback Portal
    • Technical Support
    • What’s New
    • Roadmap
    • Release Notes
    • Trust Center
    • FAQs
  • 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 RepositoryDataBus

Inheritance
System.Object
RepositoryDataBus
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.Repository
Assembly: ArtOfTest.WebAii.Design.dll

Syntax

public class RepositoryDataBus : IRepositoryDataBus

Constructors

RepositoryDataBus(IExtendedRepositoryFactory)

Declaration
public RepositoryDataBus(IExtendedRepositoryFactory repositoryFactory)
Parameters
Telerik.TestStudio.Interfaces.Storage.IExtendedRepositoryFactory repositoryFactory

RepositoryDataBus(IExtendedRepositoryFactory, IFileReaderWriterSync)

Declaration
public RepositoryDataBus(IExtendedRepositoryFactory repositoryFactory, IFileReaderWriterSync fileReaderWriter)
Parameters
Telerik.TestStudio.Interfaces.Storage.IExtendedRepositoryFactory repositoryFactory

Telerik.TestStudio.Interfaces.Storage.Local.IFileReaderWriterSync fileReaderWriter

Fields

DataPrefix

Declaration
public const string DataPrefix = "Data."
Field Value
System.String

ValuePrefix

Declaration
public const string ValuePrefix = "Data.__value."
Field Value
System.String

Properties

RepositoryFactory

Declaration
public IExtendedRepositoryFactory RepositoryFactory { get; set; }
Property Value
Telerik.TestStudio.Interfaces.Storage.IExtendedRepositoryFactory

Implements
IRepositoryDataBus.RepositoryFactory

Methods

DeleteReportDefinition(Guid)

Declaration
public Task<bool> DeleteReportDefinition(Guid definitionId)
Parameters
System.Guid definitionId

Returns
System.Threading.Tasks.Task<System.Boolean>

Implements
IRepositoryDataBus.DeleteReportDefinition(Guid)

DeleteTopLevelTestListResults(String)

Declaration
public Task DeleteTopLevelTestListResults(string documentId)
Parameters
System.String documentId

Returns
System.Threading.Tasks.Task

Implements
IRepositoryDataBus.DeleteTopLevelTestListResults(String)

DownloadLightProjectsAsync()

Declaration
public Task<IStorageCollection<IStorageDocument<LightProjectTransport>>> DownloadLightProjectsAsync()
Returns
System.Threading.Tasks.Task<Telerik.TestStudio.Interfaces.Storage.IStorageCollection<Telerik.TestStudio.Interfaces.Storage.IStorageDocument<Telerik.TestStudio.Shared.Communication.Transports.LightProjectTransport>>>

Implements
IRepositoryDataBus.DownloadLightProjectsAsync()

DownloadLightRunResultsForTestListRun(Guid, Int32, Int32, String)

Declaration
public Task<IStorageCollection<IStorageDocument<LightRunResultTransport>>> DownloadLightRunResultsForTestListRun(Guid testListRunId, int skip = 0, int take = 0, string sort = null)
Parameters
System.Guid testListRunId

System.Int32 skip

System.Int32 take

System.String sort

Returns
System.Threading.Tasks.Task<Telerik.TestStudio.Interfaces.Storage.IStorageCollection<Telerik.TestStudio.Interfaces.Storage.IStorageDocument<Telerik.TestStudio.Shared.Communication.Transports.LightRunResultTransport>>>

Implements
IRepositoryDataBus.DownloadLightRunResultsForTestListRun(Guid, Int32, Int32, String)

DownloadLightTestListResultsForTestList(Guid, Int32, Int32, String)

Declaration
public Task<IStorageCollection<IStorageDocument<LightTestListResultTransport>>> DownloadLightTestListResultsForTestList(Guid testListId, int skip = 0, int take = 0, string sort = null)
Parameters
System.Guid testListId

System.Int32 skip

System.Int32 take

System.String sort

Returns
System.Threading.Tasks.Task<Telerik.TestStudio.Interfaces.Storage.IStorageCollection<Telerik.TestStudio.Interfaces.Storage.IStorageDocument<Telerik.TestStudio.Shared.Communication.Transports.LightTestListResultTransport>>>

Implements
IRepositoryDataBus.DownloadLightTestListResultsForTestList(Guid, Int32, Int32, String)

DownloadLightTestListsByProjectIdAsync(Guid)

Declaration
public Task<IStorageCollection<IStorageDocument<LightTestListTransport>>> DownloadLightTestListsByProjectIdAsync(Guid projectId)
Parameters
System.Guid projectId

Returns
System.Threading.Tasks.Task<Telerik.TestStudio.Interfaces.Storage.IStorageCollection<Telerik.TestStudio.Interfaces.Storage.IStorageDocument<Telerik.TestStudio.Shared.Communication.Transports.LightTestListTransport>>>

Implements
IRepositoryDataBus.DownloadLightTestListsByProjectIdAsync(Guid)

DownloadLightTestListsForTestListIds(Guid[])

Declaration
public Task<IStorageCollection<IStorageDocument<LightTestListTransport>>> DownloadLightTestListsForTestListIds(Guid[] testListIds)
Parameters
System.Guid[] testListIds

Returns
System.Threading.Tasks.Task<Telerik.TestStudio.Interfaces.Storage.IStorageCollection<Telerik.TestStudio.Interfaces.Storage.IStorageDocument<Telerik.TestStudio.Shared.Communication.Transports.LightTestListTransport>>>

Implements
IRepositoryDataBus.DownloadLightTestListsForTestListIds(Guid[])

DownloadLightTestsAsync(Guid)

Declaration
public Task<IQueryable<IStorageDocument<LightTestTransport>>> DownloadLightTestsAsync(Guid projectId)
Parameters
System.Guid projectId

Returns
System.Threading.Tasks.Task<System.Linq.IQueryable<Telerik.TestStudio.Interfaces.Storage.IStorageDocument<Telerik.TestStudio.Shared.Communication.Transports.LightTestTransport>>>

Implements
IRepositoryDataBus.DownloadLightTestsAsync(Guid)

DownloadMinimalTransportById<T>(Guid)

Declaration
public Task<IStorageDocument<MinimalTransport>> DownloadMinimalTransportById<T>(Guid id)
    where T : class, IDataTransport
Parameters
System.Guid id

Returns
System.Threading.Tasks.Task<Telerik.TestStudio.Interfaces.Storage.IStorageDocument<Telerik.TestStudio.Shared.Communication.Transports.MinimalTransport>>

Type Parameters
T

Implements
IRepositoryDataBus.DownloadMinimalTransportById<T>(Guid)

DownloadPerfResultsAsync(Guid)

Declaration
public Task<IQueryable<IStorageDocument<ResultsFileXmlRoot>>> DownloadPerfResultsAsync(Guid testId)
Parameters
System.Guid testId

Returns
System.Threading.Tasks.Task<System.Linq.IQueryable<Telerik.TestStudio.Interfaces.Storage.IStorageDocument<ResultsFileXmlRoot>>>

Implements
IRepositoryDataBus.DownloadPerfResultsAsync(Guid)

DownloadProjectByIdAsync(String)

Declaration
public Task<IStorageDocument<Project>> DownloadProjectByIdAsync(string documentId)
Parameters
System.String documentId

Returns
System.Threading.Tasks.Task<Telerik.TestStudio.Interfaces.Storage.IStorageDocument<Project>>

Implements
IRepositoryDataBus.DownloadProjectByIdAsync(String)

DownloadProjectByTestStudioIdAsync(Guid)

Declaration
public Task<IStorageDocument<Project>> DownloadProjectByTestStudioIdAsync(Guid projectId)
Parameters
System.Guid projectId

Returns
System.Threading.Tasks.Task<Telerik.TestStudio.Interfaces.Storage.IStorageDocument<Project>>

Implements
IRepositoryDataBus.DownloadProjectByTestStudioIdAsync(Guid)

DownloadProjectsAsync()

Declaration
public Task<IQueryable<IStorageDocument<Project>>> DownloadProjectsAsync()
Returns
System.Threading.Tasks.Task<System.Linq.IQueryable<Telerik.TestStudio.Interfaces.Storage.IStorageDocument<Project>>>

Implements
IRepositoryDataBus.DownloadProjectsAsync()

DownloadReportDefinitionByIdAsync(Guid)

Declaration
public Task<IStorageDocument<ReportDefinition>> DownloadReportDefinitionByIdAsync(Guid id)
Parameters
System.Guid id

Returns
System.Threading.Tasks.Task<Telerik.TestStudio.Interfaces.Storage.IStorageDocument<ReportDefinition>>

Implements
IRepositoryDataBus.DownloadReportDefinitionByIdAsync(Guid)

DownloadReportDefinitionsForProjectAsync(Guid)

Declaration
public Task<IStorageCollection<IStorageDocument<ReportDefinition>>> DownloadReportDefinitionsForProjectAsync(Guid projectId)
Parameters
System.Guid projectId

Returns
System.Threading.Tasks.Task<Telerik.TestStudio.Interfaces.Storage.IStorageCollection<Telerik.TestStudio.Interfaces.Storage.IStorageDocument<ReportDefinition>>>

Implements
IRepositoryDataBus.DownloadReportDefinitionsForProjectAsync(Guid)

DownloadRunResultsCounters(Guid[], DateTime, DateTime)

Declaration
public Task<IQueryable<IStorageDocument<RunResultCountersTransport>>> DownloadRunResultsCounters(Guid[] testListIds, DateTime fromStartDate, DateTime toStartDate)
Parameters
System.Guid[] testListIds

System.DateTime fromStartDate

System.DateTime toStartDate

Returns
System.Threading.Tasks.Task<System.Linq.IQueryable<Telerik.TestStudio.Interfaces.Storage.IStorageDocument<Telerik.TestStudio.Shared.Communication.Transports.RunResultCountersTransport>>>

Implements
IRepositoryDataBus.DownloadRunResultsCounters(Guid[], DateTime, DateTime)

DownloadRunResultsForTestListRun(Guid, Int32, Int32, String)

Declaration
public Task<IStorageCollection<IStorageDocument<RunResult>>> DownloadRunResultsForTestListRun(Guid dispatchGroupId, int skip = 0, int take = 0, string sort = null)
Parameters
System.Guid dispatchGroupId

System.Int32 skip

System.Int32 take

System.String sort

Returns
System.Threading.Tasks.Task<Telerik.TestStudio.Interfaces.Storage.IStorageCollection<Telerik.TestStudio.Interfaces.Storage.IStorageDocument<RunResult>>>

Implements
IRepositoryDataBus.DownloadRunResultsForTestListRun(Guid, Int32, Int32, String)

DownloadSingleTestRunResultsForTestListRun(Guid, Int32, Int32, String)

Declaration
public Task<IStorageCollection<IStorageDocument<LightRunResultSingleTestTransport>>> DownloadSingleTestRunResultsForTestListRun(Guid dispatchGroupId, int skip = 0, int take = 0, string sort = null)
Parameters
System.Guid dispatchGroupId

System.Int32 skip

System.Int32 take

System.String sort

Returns
System.Threading.Tasks.Task<Telerik.TestStudio.Interfaces.Storage.IStorageCollection<Telerik.TestStudio.Interfaces.Storage.IStorageDocument<LightRunResultSingleTestTransport>>>

Implements
IRepositoryDataBus.DownloadSingleTestRunResultsForTestListRun(Guid, Int32, Int32, String)

DownloadTestByIdAsync(Guid)

Declaration
public Task<IStorageDocument<TestBase>> DownloadTestByIdAsync(Guid testId)
Parameters
System.Guid testId

Returns
System.Threading.Tasks.Task<Telerik.TestStudio.Interfaces.Storage.IStorageDocument<TestBase>>

Implements
IRepositoryDataBus.DownloadTestByIdAsync(Guid)

DownloadTestIdByPathAsync(Guid, String)

Declaration
public Task<IStorageDocument<TestIdTransport>> DownloadTestIdByPathAsync(Guid projectId, string path)
Parameters
System.Guid projectId

System.String path

Returns
System.Threading.Tasks.Task<Telerik.TestStudio.Interfaces.Storage.IStorageDocument<Telerik.TestStudio.Shared.Communication.Transports.TestIdTransport>>

Implements
IRepositoryDataBus.DownloadTestIdByPathAsync(Guid, String)

DownloadTestListByIdAsync(Guid)

Declaration
public Task<IStorageDocument<TestList>> DownloadTestListByIdAsync(Guid testListId)
Parameters
System.Guid testListId

Returns
System.Threading.Tasks.Task<Telerik.TestStudio.Interfaces.Storage.IStorageDocument<TestList>>

Implements
IRepositoryDataBus.DownloadTestListByIdAsync(Guid)

DownloadTestListsAsync(Guid)

Declaration
public Task<IQueryable<IStorageDocument<TestList>>> DownloadTestListsAsync(Guid projectId)
Parameters
System.Guid projectId

Returns
System.Threading.Tasks.Task<System.Linq.IQueryable<Telerik.TestStudio.Interfaces.Storage.IStorageDocument<TestList>>>

Implements
IRepositoryDataBus.DownloadTestListsAsync(Guid)

DownloadTestsAsync(Guid)

Declaration
public Task<IQueryable<IStorageDocument<TestBase>>> DownloadTestsAsync(Guid projectId)
Parameters
System.Guid projectId

Returns
System.Threading.Tasks.Task<System.Linq.IQueryable<Telerik.TestStudio.Interfaces.Storage.IStorageDocument<TestBase>>>

Implements
IRepositoryDataBus.DownloadTestsAsync(Guid)

DownloadTestsExcludingLoadAsync(Guid)

Declaration
public Task<IQueryable<IStorageDocument<TestBase>>> DownloadTestsExcludingLoadAsync(Guid projectId)
Parameters
System.Guid projectId

Returns
System.Threading.Tasks.Task<System.Linq.IQueryable<Telerik.TestStudio.Interfaces.Storage.IStorageDocument<TestBase>>>

Implements
IRepositoryDataBus.DownloadTestsExcludingLoadAsync(Guid)

DownloadTopLevelTestListResult(Guid)

Declaration
public Task<IStorageDocument<TestListResultTransport>> DownloadTopLevelTestListResult(Guid headerId)
Parameters
System.Guid headerId

Returns
System.Threading.Tasks.Task<Telerik.TestStudio.Interfaces.Storage.IStorageDocument<Telerik.TestStudio.Shared.Communication.Transports.TestListResultTransport>>

Implements
IRepositoryDataBus.DownloadTopLevelTestListResult(Guid)

DownloadTopLevelTestListResults()

Declaration
public Task<IQueryable<IStorageDocument<TestListResultTransport>>> DownloadTopLevelTestListResults()
Returns
System.Threading.Tasks.Task<System.Linq.IQueryable<Telerik.TestStudio.Interfaces.Storage.IStorageDocument<Telerik.TestStudio.Shared.Communication.Transports.TestListResultTransport>>>

Implements
IRepositoryDataBus.DownloadTopLevelTestListResults()

DownloadTopLevelTestListResults(Int32, Int32, String)

Declaration
public Task<IStorageCollection<IStorageDocument<TestListResultTransport>>> DownloadTopLevelTestListResults(int skip = 0, int take = 0, string sort = null)
Parameters
System.Int32 skip

System.Int32 take

System.String sort

Returns
System.Threading.Tasks.Task<Telerik.TestStudio.Interfaces.Storage.IStorageCollection<Telerik.TestStudio.Interfaces.Storage.IStorageDocument<Telerik.TestStudio.Shared.Communication.Transports.TestListResultTransport>>>

Implements
IRepositoryDataBus.DownloadTopLevelTestListResults(Int32, Int32, String)

DownloadTopLevelTestListResultsForTestList(Guid, Int32, Int32, String)

Declaration
public Task<IStorageCollection<IStorageDocument<TestListResultTransport>>> DownloadTopLevelTestListResultsForTestList(Guid testListId, int skip = 0, int take = 0, string sort = null)
Parameters
System.Guid testListId

System.Int32 skip

System.Int32 take

System.String sort

Returns
System.Threading.Tasks.Task<Telerik.TestStudio.Interfaces.Storage.IStorageCollection<Telerik.TestStudio.Interfaces.Storage.IStorageDocument<Telerik.TestStudio.Shared.Communication.Transports.TestListResultTransport>>>

Implements
IRepositoryDataBus.DownloadTopLevelTestListResultsForTestList(Guid, Int32, Int32, String)

DownloadTopLevelTestListResultsForTestListForPeriod(Guid, DateTime, DateTime, Int32, Int32, String)

Declaration
public Task<IStorageCollection<IStorageDocument<LightTestListResultTransport>>> DownloadTopLevelTestListResultsForTestListForPeriod(Guid testListId, DateTime fromStartDate, DateTime toStartDate, int skip = 0, int take = 0, string sort = null)
Parameters
System.Guid testListId

System.DateTime fromStartDate

System.DateTime toStartDate

System.Int32 skip

System.Int32 take

System.String sort

Returns
System.Threading.Tasks.Task<Telerik.TestStudio.Interfaces.Storage.IStorageCollection<Telerik.TestStudio.Interfaces.Storage.IStorageDocument<Telerik.TestStudio.Shared.Communication.Transports.LightTestListResultTransport>>>

Implements
IRepositoryDataBus.DownloadTopLevelTestListResultsForTestListForPeriod(Guid, DateTime, DateTime, Int32, Int32, String)

DownloadTopLevelTestListResultsPerProject(Guid)

Declaration
public Task<IQueryable<IStorageDocument<TestListResultTransport>>> DownloadTopLevelTestListResultsPerProject(Guid projectId)
Parameters
System.Guid projectId

Returns
System.Threading.Tasks.Task<System.Linq.IQueryable<Telerik.TestStudio.Interfaces.Storage.IStorageDocument<Telerik.TestStudio.Shared.Communication.Transports.TestListResultTransport>>>

Implements
IRepositoryDataBus.DownloadTopLevelTestListResultsPerProject(Guid)

UploadAsync(TestBase, IStorageDocument<TestBase>)

Declaration
public Task UploadAsync(TestBase test, IStorageDocument<TestBase> cachedDocument)
Parameters
TestBase test

Telerik.TestStudio.Interfaces.Storage.IStorageDocument<TestBase> cachedDocument

Returns
System.Threading.Tasks.Task

Implements
IRepositoryDataBus.UploadAsync(TestBase, IStorageDocument<TestBase>)

UploadAsync(ResultsFileXmlRoot)

Declaration
public Task UploadAsync(ResultsFileXmlRoot perfResult)
Parameters
ResultsFileXmlRoot perfResult

Returns
System.Threading.Tasks.Task

Implements
IRepositoryDataBus.UploadAsync(ResultsFileXmlRoot)

UploadAsync(RunResult, Boolean)

Declaration
public Task UploadAsync(RunResult runResult, bool newItemsOnly = false)
Parameters
RunResult runResult

System.Boolean newItemsOnly

Returns
System.Threading.Tasks.Task

Implements
IRepositoryDataBus.UploadAsync(RunResult, Boolean)

UploadAsync(TestList, IStorageDocument<TestList>)

Declaration
public Task UploadAsync(TestList testList, IStorageDocument<TestList> cachedDocument)
Parameters
TestList testList

Telerik.TestStudio.Interfaces.Storage.IStorageDocument<TestList> cachedDocument

Returns
System.Threading.Tasks.Task

Implements
IRepositoryDataBus.UploadAsync(TestList, IStorageDocument<TestList>)

UploadAsync(Project, IStorageDocument<Project>)

Declaration
public Task UploadAsync(Project project, IStorageDocument<Project> cachedDocument)
Parameters
Project project

Telerik.TestStudio.Interfaces.Storage.IStorageDocument<Project> cachedDocument

Returns
System.Threading.Tasks.Task

Implements
IRepositoryDataBus.UploadAsync(Project, IStorageDocument<Project>)

UploadAsync(ReportDefinition)

Declaration
public Task UploadAsync(ReportDefinition reportDefinition)
Parameters
ReportDefinition reportDefinition

Returns
System.Threading.Tasks.Task

Implements
IRepositoryDataBus.UploadAsync(ReportDefinition)

UploadAsync(TestListResultTransport)

Declaration
public Task UploadAsync(TestListResultTransport testListRunHeader)
Parameters
Telerik.TestStudio.Shared.Communication.Transports.TestListResultTransport testListRunHeader

Returns
System.Threading.Tasks.Task

Implements
IRepositoryDataBus.UploadAsync(TestListResultTransport)
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.