Show / Hide Table of Contents

Class ADORepository

Azure DevOps bug database details.

Inheritance
System.Object
ADORepository
Implements
System.IEquatable<ADORepository>
Inherited Members
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.Abstractions.dll
Syntax
public class ADORepository : IEquatable<ADORepository>

Constructors

View Source

ADORepository(Uri, String)

Declaration
public ADORepository(Uri baseUri, string project)
Parameters
Type Name Description
System.Uri baseUri
System.String project

Properties

View Source

BaseUri

Declaration
[Required]
public Uri BaseUri { get; }
Property Value
Type Description
System.Uri
View Source

Project

Declaration
[Required]
public string Project { get; }
Property Value
Type Description
System.String

Implements

System.IEquatable<T>
  • View Source
In This Article
Back to top Generated by DocFX