Show / Hide Table of Contents

Class TitleAccessRequest

Represents a title access request.

Inheritance
object
TitleAccessRequest
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 TitleAccessRequest

Fields

View Source

Approved

Declaration
public const string Approved = "Approved"
Field Value
Type Description
string
View Source

Default

Declaration
public const string Default = "False"
Field Value
Type Description
string
View Source

Denied

Declaration
public const string Denied = "Denied"
Field Value
Type Description
string

Properties

View Source

ExpiryDate

Gets or sets the expiry date for the contract.

Declaration
public DateTimeOffset ExpiryDate { get; set; }
Property Value
Type Description
DateTimeOffset
View Source

Id

Gets or sets the Id.

Declaration
public int Id { get; set; }
Property Value
Type Description
int
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
Type Description
string
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
Type Description
string
View Source

LastAcceptedDate

Gets or sets the date the user last accepted the legal contract.

Declaration
public DateTimeOffset LastAcceptedDate { get; set; }
Property Value
Type Description
DateTimeOffset
View Source

StatusChangeByCrashCABNAdminUser

Gets or sets the CrashCABN admin alias that changed the status.

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

StatusChangeByTitleAdminAlias

Gets or sets the TitleAdmin alias that changed the status.

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

StatusChangeDateCrashCABN

Gets or sets the date the CrashCABN admin status was changed.

Declaration
public DateTimeOffset StatusChangeDateCrashCABN { get; set; }
Property Value
Type Description
DateTimeOffset
View Source

StatusChangeDateTitleAdmin

Gets or sets the date the TitleAdmin status was changed.

Declaration
public DateTimeOffset StatusChangeDateTitleAdmin { get; set; }
Property Value
Type Description
DateTimeOffset
View Source

Title

Gets or sets the Title.

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

TitleAdmin

Gets or sets the CrashCABN title admins, if known.

Declaration
public string? TitleAdmin { 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

Methods

View Source

ApprovedByCrashCABN()

Declaration
public bool? ApprovedByCrashCABN()
Returns
Type Description
bool?
View Source

ApprovedByTitleAdmin()

Declaration
public bool? ApprovedByTitleAdmin()
Returns
Type Description
bool?
  • View Source
In this article
Back to top Generated by DocFX