Class RemoteLinkInfo
Implements
Inherited Members
Namespace: CrashCABN.BugFiler
Assembly: CrashCABN.BugFiler.Jira.dll
Syntax
public sealed record RemoteLinkInfo : IEquatable<RemoteLinkInfo>
Constructors
View SourceRemoteLinkInfo(Uri, string)
Declaration
public RemoteLinkInfo(Uri Url, string Title)
Parameters
| Type | Name | Description |
|---|---|---|
| Uri | Url | |
| string | Title |
Properties
View SourceTitle
Declaration
public string Title { get; init; }
Property Value
| Type | Description |
|---|---|
| string |
Url
Declaration
public Uri Url { get; init; }
Property Value
| Type | Description |
|---|---|
| Uri |