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 SourceADORepository(Uri, String)
Declaration
public ADORepository(Uri baseUri, string project)
Parameters
Type | Name | Description |
---|---|---|
System.Uri | baseUri | |
System.String | project |
Properties
View SourceBaseUri
Declaration
[Required]
public Uri BaseUri { get; }
Property Value
Type | Description |
---|---|
System.Uri |
Project
Declaration
[Required]
public string Project { get; }
Property Value
Type | Description |
---|---|
System.String |
Implements
System.IEquatable<T>