Add display names for archive properties
This commit is contained in:
parent
4f76394bb5
commit
bf8eec1f6d
1 changed files with 4 additions and 0 deletions
|
@ -19,9 +19,13 @@ namespace LANCommander.Data.Models
|
|||
[InverseProperty("Archives")]
|
||||
public virtual Game? Game { get; set; }
|
||||
|
||||
[Display(Name = "Last Version")]
|
||||
public virtual Archive? LastVersion { get; set; }
|
||||
|
||||
[Display(Name = "Uncompressed Size")]
|
||||
public long UncompressedSize { get; set; }
|
||||
|
||||
[Display(Name = "Compressed Size")]
|
||||
public long CompressedSize { get; set; }
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue