Class TitleAccessRequest
Represents a title access request.
Inheritance
TitleAccessRequest
Assembly: CrashCABN.DataAccess.SQL.Abstractions.dll
Syntax
public sealed class TitleAccessRequest
Fields
View Source
Approved
Declaration
public const string Approved = "Approved"
Field Value
View Source
Default
Declaration
public const string Default = "False"
Field Value
View Source
Denied
Declaration
public const string Denied = "Denied"
Field Value
Properties
View Source
ExpiryDate
Gets or sets the expiry date for the contract.
Declaration
public DateTimeOffset ExpiryDate { get; set; }
Property Value
View Source
Id
Declaration
public int Id { get; set; }
Property Value
View Source
IsApprovedByCrashCABN
Gets or sets a value indicating whether the access request is approved by a CrashCABN admin.
Declaration
public string? IsApprovedByCrashCABN { get; set; }
Property Value
View Source
IsApprovedByTitleAdmin
Gets or sets a value indicating whether the access request is approved by a title admin
Declaration
public string? IsApprovedByTitleAdmin { get; set; }
Property Value
View Source
LastAcceptedDate
Gets or sets the date the user last accepted the legal contract.
Declaration
public DateTimeOffset LastAcceptedDate { get; set; }
Property Value
View Source
StatusChangeByCrashCABNAdminUser
Gets or sets the CrashCABN admin alias that changed the status.
Declaration
public string? StatusChangeByCrashCABNAdminUser { get; set; }
Property Value
View Source
StatusChangeByTitleAdminAlias
Gets or sets the TitleAdmin alias that changed the status.
Declaration
public string? StatusChangeByTitleAdminAlias { get; set; }
Property Value
View Source
StatusChangeDateCrashCABN
Gets or sets the date the CrashCABN admin status was changed.
Declaration
public DateTimeOffset StatusChangeDateCrashCABN { get; set; }
Property Value
View Source
StatusChangeDateTitleAdmin
Gets or sets the date the TitleAdmin status was changed.
Declaration
public DateTimeOffset StatusChangeDateTitleAdmin { get; set; }
Property Value
View Source
Title
Declaration
public string Title { get; set; }
Property Value
View Source
TitleAdmin
Gets or sets the CrashCABN title admins, if known.
Declaration
public string? TitleAdmin { get; set; }
Property Value
View Source
User
Gets or sets the user's alias.
Declaration
public string User { get; set; }
Property Value
Methods
View Source
ApprovedByCrashCABN()
Declaration
public bool? ApprovedByCrashCABN()
Returns
View Source
ApprovedByTitleAdmin()
Declaration
public bool? ApprovedByTitleAdmin()
Returns