This commit is contained in:
@@ -52,8 +52,15 @@ namespace AyaNova.Models
|
||||
public List<WorkOrderItem> Items { get; set; }
|
||||
|
||||
|
||||
// [NotMapped]
|
||||
// public string NotPersistedExample { get; set; }
|
||||
[NotMapped]
|
||||
public string Name
|
||||
{
|
||||
//Used by notification processor
|
||||
get
|
||||
{
|
||||
return this.Serial.ToString();
|
||||
}
|
||||
}
|
||||
}//eoc
|
||||
|
||||
}//eons
|
||||
|
||||
Reference in New Issue
Block a user