This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user