This commit is contained in:
2020-07-20 23:36:46 +00:00
parent 840c71e953
commit 15a7cb29a8
3 changed files with 6 additions and 3 deletions

View File

@@ -21,6 +21,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 NotifySubscriptionId { get; set; }
@@ -32,6 +34,7 @@ namespace AyaNova.Models
{
Created = DateTime.UtcNow;
Fetched = false;
Name=string.Empty;
}
//linked entity