Class AuthRecordingSummary
- Namespace
- Kuestenlogik.Bowire.Mocking
- Assembly
- Kuestenlogik.Bowire.dll
Listing projection of an AuthRecording for the picker — no credential value.
public sealed record AuthRecordingSummary : IEquatable<AuthRecordingSummary>
- Inheritance
-
AuthRecordingSummary
- Implements
- Inherited Members
Constructors
AuthRecordingSummary(string, string, string?, long)
Listing projection of an AuthRecording for the picker — no credential value.
public AuthRecordingSummary(string Id, string Name, string? Scheme, long CapturedAt)
Parameters
IdstringThe recording id (referenced by
authRecordingId).NamestringHuman label, or the id when none was set.
SchemestringCredential scheme, for a hint in the UI.
CapturedAtlongUnix-ms capture time, or 0 when unknown.
Properties
CapturedAt
Unix-ms capture time, or 0 when unknown.
public long CapturedAt { get; init; }
Property Value
Id
The recording id (referenced by authRecordingId).
public string Id { get; init; }
Property Value
Name
Human label, or the id when none was set.
public string Name { get; init; }
Property Value
Scheme
Credential scheme, for a hint in the UI.
public string? Scheme { get; init; }
Property Value
Methods
Deconstruct(out string, out string, out string?, out long)
public void Deconstruct(out string Id, out string Name, out string? Scheme, out long CapturedAt)
Parameters
Equals(AuthRecordingSummary?)
public bool Equals(AuthRecordingSummary? other)
Parameters
otherAuthRecordingSummary
Returns
Equals(object?)
public override bool Equals(object? obj)
Parameters
objobject
Returns
GetHashCode()
public override int GetHashCode()
Returns
ToString()
public override string ToString()
Returns
Operators
operator ==(AuthRecordingSummary?, AuthRecordingSummary?)
public static bool operator ==(AuthRecordingSummary? left, AuthRecordingSummary? right)
Parameters
leftAuthRecordingSummaryrightAuthRecordingSummary
Returns
operator !=(AuthRecordingSummary?, AuthRecordingSummary?)
public static bool operator !=(AuthRecordingSummary? left, AuthRecordingSummary? right)
Parameters
leftAuthRecordingSummaryrightAuthRecordingSummary