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 SourceExpiryDate
Gets or sets the expiry date for the contract.
Declaration
public DateTimeOffset ExpiryDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTimeOffset |
Id
Gets or sets the Id.
Declaration
public Guid Id { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
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 |
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 |
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 |
StatusChangeByCrashCABNAdminUser
Gets or sets the CrashCABN admin alias that changed the status.
Declaration
public string StatusChangeByCrashCABNAdminUser { get; set; }
Property Value
Type | Description |
---|---|
System.String |
StatusChangeByTitleAdminUser
Gets or sets the TitleAdmin alias that changed the status.
Declaration
public string StatusChangeByTitleAdminUser { get; set; }
Property Value
Type | Description |
---|---|
System.String |
StatusChangeDateCrashCABN
Gets or sets the date the CrashCABN admin status was changed.
Declaration
public DateTimeOffset StatusChangeDateCrashCABN { get; set; }
Property Value
Type | Description |
---|---|
System.DateTimeOffset |
StatusChangeDateTitleAdmin
Gets or sets the date the TitleAdmin status was changed.
Declaration
public DateTimeOffset StatusChangeDateTitleAdmin { get; set; }
Property Value
Type | Description |
---|---|
System.DateTimeOffset |
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 |