Show / Hide Table of Contents

Class ADOBugFilerFactory

Inheritance
System.Object
BugFilerFactoryBase
ADOBugFilerFactory
Implements
IBugFilerFactory
Inherited Members
BugFilerFactoryBase.CreateWithLogging<T>(BugRepositoryDetails, Object[])
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: CrashCABN.BugFiler
Assembly: CrashCABN.BugFiler.AzureDevOps.dll
Syntax
public class ADOBugFilerFactory : BugFilerFactoryBase, IBugFilerFactory

Constructors

View Source

ADOBugFilerFactory(IBugDatabaseConnection, IServiceProvider, ILogger<ADOBugFilerFactory>)

Initializes a new instance of the ADOBugFilerFactory class.

Declaration
public ADOBugFilerFactory(IBugDatabaseConnection bugDatabase, IServiceProvider services, ILogger<ADOBugFilerFactory> logger)
Parameters
Type Name Description
IBugDatabaseConnection bugDatabase
System.IServiceProvider services
ILogger<ADOBugFilerFactory> logger

Methods

View Source

CreateAsync(String, BugRepositoryDetails)

Declaration
public async Task<IBugFiler> CreateAsync(string titleName, BugRepositoryDetails bugRepository)
Parameters
Type Name Description
System.String titleName
BugRepositoryDetails bugRepository
Returns
Type Description
System.Threading.Tasks.Task<IBugFiler>

Implements

IBugFilerFactory
  • View Source
In This Article
Back to top Generated by DocFX