Show / Hide Table of Contents

Class CrashAcknowledgement

Represents acknowledgements (the crashes are deleted).

Inheritance
object
CrashAcknowledgement
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: CrashCABN.DataAccess
Assembly: CrashCABN.DataAccess.SQL.Abstractions.dll
Syntax
public sealed class CrashAcknowledgement

Properties

View Source

Acknowledged

Gets or sets a value indicating whether the crash deletion has been acknowledged.

Declaration
public bool Acknowledged { get; set; }
Property Value
Type Description
bool
View Source

CrashId

Gets or sets the Crash Id.

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

DeletionDate

Gets the date the user must delete the crash by.

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

Id

Gets or sets the Id.

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

Notified

Gets or sets a value indicating whether the title admin has been notified.

Declaration
public bool Notified { get; set; }
Property Value
Type Description
bool
View Source

RequestDate

Gets or sets the date the user requested the crash.

Declaration
public DateTime RequestDate { get; set; }
Property Value
Type Description
DateTime
View Source

Title

Gets or sets the Title.

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

User

Gets or sets the user's alias.

Declaration
public string User { get; set; }
Property Value
Type Description
string
  • View Source
In this article
Back to top Generated by DocFX