Show / Hide Table of Contents

Class RemoteLink

Inheritance
object
RemoteLink
Implements
IEquatable<RemoteLink>
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: CrashCABN.BugFiler
Assembly: CrashCABN.BugFiler.Jira.dll
Syntax
public sealed record RemoteLink : IEquatable<RemoteLink>

Constructors

View Source

RemoteLink(int, Uri, RemoteLinkInfo)

Declaration
public RemoteLink(int Id, Uri Self, RemoteLinkInfo Object)
Parameters
Type Name Description
int Id
Uri Self
RemoteLinkInfo Object

Properties

View Source

Id

Declaration
public int Id { get; init; }
Property Value
Type Description
int
View Source

Object

Declaration
public RemoteLinkInfo Object { get; init; }
Property Value
Type Description
RemoteLinkInfo
View Source

Self

Declaration
public Uri Self { get; init; }
Property Value
Type Description
Uri

Implements

IEquatable<T>
  • View Source
In this article
Back to top Generated by DocFX