Class Download
Represents a logged download.
Inheritance
System.Object
Download
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: CrashCABN.DataAccess
Assembly: CrashCABN.DataAccess.Abstractions.dll
Syntax
public class Download
Properties
View SourceCrashId
Gets or sets the Crash Id.
Declaration
public Guid CrashId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
DeleteAcknowledged
Gets or sets a value indicating whether the deletion of the download is acknowledged.
Declaration
public bool DeleteAcknowledged { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
DeleteAcknowledgedByAdminUser
Gets or sets the admin login that acknowledged the deletion.
Declaration
public string DeleteAcknowledgedByAdminUser { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DeleteByDate
Gets or sets the date the user must delete the crash by.
Declaration
public DateTimeOffset DeleteByDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTimeOffset |
DownloadDate
Gets or sets the date the user requested the crash.
Declaration
public DateTimeOffset DownloadDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTimeOffset |
Id
Gets or sets the download Id.
Declaration
public Guid Id { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
IsRetailSandbox
Gets or sets a value indicating whether the download is in the Retail sandbox.
Declaration
public bool IsRetailSandbox { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Title
Gets or sets the Title.
Declaration
public string Title { get; set; }
Property Value
Type | Description |
---|---|
System.String |
User
Gets or sets the user's alias.
Declaration
public string User { get; set; }
Property Value
Type | Description |
---|---|
System.String |