This commit is contained in:
@@ -30,8 +30,10 @@ namespace AyaNova.Models
|
||||
public decimal DecValue { get; set; }
|
||||
[Required]
|
||||
public TimeSpan AgeValue { get; set; }
|
||||
public DateTime? EventDate { get; set; }//date of the event actually occuring, e.g. WarrantyExpiry date. Duped with delivery date as source of truth in case edit to advance setting in subscription changes delivery date
|
||||
public DateTime? DeliverDate { get; set; }//date user wants the event notification delivered, usually same as event date but could be set earlier if Advance setting in effect. This is the date consulted for delivery only.
|
||||
//date of the event actually occuring, e.g. WarrantyExpiry date. Compared with subscription to determine if deliverable or not
|
||||
public DateTime? EventDate { get; set; }
|
||||
//NO: Delivery code consults subscription instead of this
|
||||
// public DateTime? DeliverDate { get; set; }//date user wants the event notification delivered, usually same as event date but could be set earlier if Advance setting in effect. This is the date consulted for delivery only.
|
||||
public string Message { get; set; }
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user