Implement machine photo edit admin page.

This commit is contained in:
2019-05-28 23:50:22 +01:00
parent 593b044506
commit 2c3dc16161
4 changed files with 115 additions and 59 deletions

View File

@@ -44,10 +44,11 @@ namespace Cicm.Database.Models
[DisplayName("Light source")]
public LightSource? LightSource { get; set; }
[DisplayName("Metering mode")]
public MeteringMode? MeteringMode { get; set; }
public MeteringMode? MeteringMode { get; set; }
[DisplayName("Resolution unit")]
public ResolutionUnit? ResolutionUnit { get; set; }
public Orientation? Orientation { get; set; }
public Saturation? Saturation { get; set; }
public Orientation? Orientation { get; set; }
public Saturation? Saturation { get; set; }
[DisplayName("Scene capture type")]
public SceneCaptureType? SceneCaptureType { get; set; }
[DisplayName("Sensing method")]