@model Cicm.Database.Models.MachinePhoto @{ ViewData["Title"] = "Delete"; }

Delete

Are you sure you want to delete this?

MachinePhoto


@Html.DisplayNameFor(model => model.Author)
@Html.DisplayFor(model => model.Author)
@Html.DisplayNameFor(model => model.CameraManufacturer)
@Html.DisplayFor(model => model.CameraManufacturer)
@Html.DisplayNameFor(model => model.CameraModel)
@Html.DisplayFor(model => model.CameraModel)
@Html.DisplayNameFor(model => model.ColorSpace)
@Html.DisplayFor(model => model.ColorSpace)
@Html.DisplayNameFor(model => model.Comments)
@Html.DisplayFor(model => model.Comments)
@Html.DisplayNameFor(model => model.Contrast)
@Html.DisplayFor(model => model.Contrast)
@Html.DisplayNameFor(model => model.CreationDate)
@Html.DisplayFor(model => model.CreationDate)
@Html.DisplayNameFor(model => model.DigitalZoomRatio)
@Html.DisplayFor(model => model.DigitalZoomRatio)
@Html.DisplayNameFor(model => model.ExifVersion)
@Html.DisplayFor(model => model.ExifVersion)
@Html.DisplayNameFor(model => model.Exposure)
@Html.DisplayFor(model => model.Exposure)
@Html.DisplayNameFor(model => model.ExposureMethod)
@Html.DisplayFor(model => model.ExposureMethod)
@Html.DisplayNameFor(model => model.ExposureProgram)
@Html.DisplayFor(model => model.ExposureProgram)
@Html.DisplayNameFor(model => model.Flash)
@Html.DisplayFor(model => model.Flash)
@Html.DisplayNameFor(model => model.Focal)
@Html.DisplayFor(model => model.Focal)
@Html.DisplayNameFor(model => model.FocalLength)
@Html.DisplayFor(model => model.FocalLength)
@Html.DisplayNameFor(model => model.FocalLengthEquivalent)
@Html.DisplayFor(model => model.FocalLengthEquivalent)
@Html.DisplayNameFor(model => model.HorizontalResolution)
@Html.DisplayFor(model => model.HorizontalResolution)
@Html.DisplayNameFor(model => model.IsoRating)
@Html.DisplayFor(model => model.IsoRating)
@Html.DisplayNameFor(model => model.Lens)
@Html.DisplayFor(model => model.Lens)
@Html.DisplayNameFor(model => model.License)
@Html.DisplayFor(model => model.License)
@Html.DisplayNameFor(model => model.LightSource)
@Html.DisplayFor(model => model.LightSource)
@Html.DisplayNameFor(model => model.MeteringMode)
@Html.DisplayFor(model => model.MeteringMode)
@Html.DisplayNameFor(model => model.Orientation)
@Html.DisplayFor(model => model.Orientation)
@Html.DisplayNameFor(model => model.PixelComposition)
@Html.DisplayFor(model => model.PixelComposition)
@Html.DisplayNameFor(model => model.Saturation)
@Html.DisplayFor(model => model.Saturation)
@Html.DisplayNameFor(model => model.SceneCaptureType)
@Html.DisplayFor(model => model.SceneCaptureType)
@Html.DisplayNameFor(model => model.SceneControl)
@Html.DisplayFor(model => model.SceneControl)
@Html.DisplayNameFor(model => model.SensingMethod)
@Html.DisplayFor(model => model.SensingMethod)
@Html.DisplayNameFor(model => model.Sharpness)
@Html.DisplayFor(model => model.Sharpness)
@Html.DisplayNameFor(model => model.SoftwareUsed)
@Html.DisplayFor(model => model.SoftwareUsed)
@Html.DisplayNameFor(model => model.SubjectDistanceRange)
@Html.DisplayFor(model => model.SubjectDistanceRange)
@Html.DisplayNameFor(model => model.UploadDate)
@Html.DisplayFor(model => model.UploadDate)
@Html.DisplayNameFor(model => model.VerticalResolution)
@Html.DisplayFor(model => model.VerticalResolution)
@Html.DisplayNameFor(model => model.WhiteBalance)
@Html.DisplayFor(model => model.WhiteBalance)
| Back to List