Show / Hide Table of Contents

Class AccessRequest

Represents a title access request.

Inheritance
System.Object
AccessRequest
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 AccessRequest

Properties

View Source

ExpiryDate

Gets or sets the expiry date for the contract.

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

Id

Gets or sets the Id.

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

IsApprovedByCrashCABN

Gets or sets a value indicating whether the access request is approved by a CrashCABN admin.

Declaration
public bool IsApprovedByCrashCABN { get; set; }
Property Value
Type Description
System.Boolean
View Source

IsApprovedByTitleAdmin

Gets or sets a value indicating whether the access request is approved by a title admin

Declaration
public bool IsApprovedByTitleAdmin { get; set; }
Property Value
Type Description
System.Boolean
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
System.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
System.String
View Source

StatusChangeByTitleAdminUser

Gets or sets the TitleAdmin alias that changed the status.

Declaration
public string StatusChangeByTitleAdminUser { get; set; }
Property Value
Type Description
System.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
System.DateTimeOffset
View Source

StatusChangeDateTitleAdmin

Gets or sets the date the TitleAdmin status was changed.

Declaration
public DateTimeOffset StatusChangeDateTitleAdmin { get; set; }
Property Value
Type Description
System.DateTimeOffset
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