Class EmailConfirmationCodeCacheItem
Inheritance
EmailConfirmationCodeCacheItem
Assembly: Volo.Abp.Account.Pro.Public.Application.dll
Syntax
public class EmailConfirmationCodeCacheItem
Constructors
EmailConfirmationCodeCacheItem()
Declaration
public EmailConfirmationCodeCacheItem()
Properties
AbsoluteExpirationRelativeToNow
Declaration
public TimeSpan? AbsoluteExpirationRelativeToNow { get; set; }
Property Value
Code
Declaration
public string Code { get; set; }
Property Value
EmailAddress
Declaration
public string EmailAddress { get; set; }
Property Value
LastTryTime
Declaration
public DateTime? LastTryTime { get; set; }
Property Value
NextSendTime
Declaration
public DateTime? NextSendTime { get; set; }
Property Value
NextTryTime
Declaration
public DateTime? NextTryTime { get; set; }
Property Value
SendCount
Declaration
public int SendCount { get; set; }
Property Value
SendRecords
Declaration
public List<DateTime> SendRecords { get; set; }
Property Value
SendTime
Declaration
public DateTime SendTime { get; set; }
Property Value
TryCount
Declaration
public int TryCount { get; set; }
Property Value
Valid
Declaration
public bool Valid { get; set; }
Property Value
Extension Methods