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