This commit is contained in:
2020-07-20 23:17:07 +00:00
parent 5bfdaad629
commit 243d71612d
3 changed files with 11 additions and 6 deletions

View File

@@ -19,6 +19,8 @@ namespace AyaNova.Models
public AyaType AyaType { get; set; }
public long ObjectId { get; set; }
[Required]
public string Name {get;set;}//object name or closest equivalent for display
[Required]
public NotifyEventType EventType { get; set; }
[Required]
public long UserId { get; set; }
@@ -46,6 +48,7 @@ namespace AyaNova.Models
// AgeValue = TimeSpan.Zero;
AyaType = AyaType.NoType;
ObjectId = 0;
Name=string.Empty;
}
public override string ToString()