Show / Hide Table of Contents

Class ManualIngestCrashMessage

Inheritance
object
ManualIngestCrashMessage
Implements
IEquatable<ManualIngestCrashMessage>
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: CrashCABN.Gateway
Assembly: CrashCABN.TitleMapping.Abstractions.dll
Syntax
public sealed record ManualIngestCrashMessage : IEquatable<ManualIngestCrashMessage>

Constructors

View Source

ManualIngestCrashMessage(string, Guid, DateTime, string)

Declaration
public ManualIngestCrashMessage(string TitleName, Guid CrashId, DateTime Requested, string RequestedByTitleUser)
Parameters
Type Name Description
string TitleName
Guid CrashId
DateTime Requested
string RequestedByTitleUser

Properties

View Source

CrashId

Declaration
public Guid CrashId { get; init; }
Property Value
Type Description
Guid
View Source

Requested

Declaration
public DateTime Requested { get; init; }
Property Value
Type Description
DateTime
View Source

RequestedByTitleUser

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

TitleName

Declaration
public string TitleName { get; init; }
Property Value
Type Description
string

Implements

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