Show / Hide Table of Contents

Class JIRARepository

JIRA related details...this is just placeholder and not real.

Inheritance
System.Object
JIRARepository
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 JIRARepository

Constructors

View Source

JIRARepository(String, Nullable<Double>)

Declaration
public JIRARepository(string address, double? someOtherJIRASpecificProperty)
Parameters
Type Name Description
System.String address
System.Nullable<System.Double> someOtherJIRASpecificProperty

Properties

View Source

Address

Declaration
public string Address { get; }
Property Value
Type Description
System.String
View Source

SomeOtherJIRASpecificProperty

Declaration
public double? SomeOtherJIRASpecificProperty { get; }
Property Value
Type Description
System.Nullable<System.Double>
  • View Source
In This Article
Back to top Generated by DocFX