Show / Hide Table of Contents

Class RemoteLinkInfo

Inheritance
object
RemoteLinkInfo
Implements
IEquatable<RemoteLinkInfo>
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 RemoteLinkInfo : IEquatable<RemoteLinkInfo>

Constructors

View Source

RemoteLinkInfo(Uri, string)

Declaration
public RemoteLinkInfo(Uri Url, string Title)
Parameters
Type Name Description
Uri Url
string Title

Properties

View Source

Title

Declaration
public string Title { get; init; }
Property Value
Type Description
string
View Source

Url

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

Implements

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