Show / Hide Table of Contents

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 Source

CrashId

Gets or sets the Crash Id.

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

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
View Source

DeleteAcknowledgedByAdminUser

Gets or sets the admin login that acknowledged the deletion.

Declaration
public string DeleteAcknowledgedByAdminUser { get; set; }
Property Value
Type Description
System.String
View Source

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
View Source

DownloadDate

Gets or sets the date the user requested the crash.

Declaration
public DateTimeOffset DownloadDate { get; set; }
Property Value
Type Description
System.DateTimeOffset
View Source

Id

Gets or sets the download Id.

Declaration
public Guid Id { get; set; }
Property Value
Type Description
System.Guid
View Source

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
View Source

Title

Gets or sets the Title.

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

User

Gets or sets the user's alias.

Declaration
public string User { get; set; }
Property Value
Type Description
System.String
  • View Source
In This Article
Back to top Generated by DocFX