Class CrashAcknowledgement
Represents acknowledgements (the crashes are deleted).
Inherited Members
Namespace: CrashCABN.DataAccess
Assembly: CrashCABN.DataAccess.SQL.Abstractions.dll
Syntax
public sealed class CrashAcknowledgement
Properties
View SourceAcknowledged
Gets or sets a value indicating whether the crash deletion has been acknowledged.
Declaration
public bool Acknowledged { get; set; }
Property Value
Type | Description |
---|---|
bool |
CrashId
Gets or sets the Crash Id.
Declaration
public Guid CrashId { get; set; }
Property Value
Type | Description |
---|---|
Guid |
DeletionDate
Gets the date the user must delete the crash by.
Declaration
public DateTime DeletionDate { get; }
Property Value
Type | Description |
---|---|
DateTime |
Id
Gets or sets the Id.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
int |
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 |
RequestDate
Gets or sets the date the user requested the crash.
Declaration
public DateTime RequestDate { get; set; }
Property Value
Type | Description |
---|---|
DateTime |
Title
Gets or sets the Title.
Declaration
public string Title { get; set; }
Property Value
Type | Description |
---|---|
string |
User
Gets or sets the user's alias.
Declaration
public string User { get; set; }
Property Value
Type | Description |
---|---|
string |