@model OrionIntel_DAL.Content.Entity.Document @{ ViewBag.Title = "Details"; }

Details

Document


@Html.DisplayNameFor(model => model.Name)
@Html.DisplayFor(model => model.Name)
@Html.DisplayNameFor(model => model.Description)
@Html.DisplayFor(model => model.Description)
@Html.DisplayNameFor(model => model.Category)
@Html.DisplayFor(model => model.Category)
@Html.DisplayNameFor(model => model.Type)
@Html.DisplayFor(model => model.Type)
@Html.DisplayNameFor(model => model.FileId)
@Html.DisplayFor(model => model.FileId)
@Html.DisplayNameFor(model => model.SavedAs)
@Html.DisplayFor(model => model.SavedAs)
@Html.DisplayNameFor(model => model.Extension)
@Html.DisplayFor(model => model.Extension)
@Html.DisplayNameFor(model => model.Content)
@Html.DisplayFor(model => model.Content)
@Html.DisplayNameFor(model => model.Size)
@Html.DisplayFor(model => model.Size)
@Html.DisplayNameFor(model => model.Created)
@Html.DisplayFor(model => model.Created)

@Html.ActionLink("Edit", "Edit", new { id = Model.DocumentId }) | @Html.ActionLink("Back to List", "Index")