DeliveryAdminWindow: Add attribute list to DeliveryPartList
This commit is contained in:
@ -99,6 +99,9 @@ namespace Elwig.Models {
|
||||
[NotMapped]
|
||||
public IEnumerable<WineAttr> Attributes => PartAttributes.Select(a => a.Attr);
|
||||
|
||||
[NotMapped]
|
||||
public string AttributesString => string.Join("/", Attributes);
|
||||
|
||||
[InverseProperty("Part")]
|
||||
public virtual ISet<DeliveryPartModifier> PartModifiers { get; private set; }
|
||||
|
||||
|
Reference in New Issue
Block a user