t |
+ @Html.ActionLink("Create New", "Create") +
++ Name + | ++ Price + | ++ Date + | ++ Capacity + | ++ Remaining + | ++ |
---|---|---|---|---|---|
+ @Html.DisplayFor(modelItem => item.Name) + | ++ @Html.DisplayFor(modelItem => item.Price) + | ++ @Html.DisplayFor(modelItem => item.Date) + | ++ @Html.DisplayFor(modelItem => item.TotalTicketCount) + | ++ @Html.DisplayFor(modelItem => item.Remaining) + | ++ @Html.ActionLink("Create Booking", "Booking", new { id=item.Id }) + | +
true
if any facet value property currently has a non-null value; otherwise returns false
.
+ true
), or only to false
).
+ true
if any facet value property currently has a non-null value; otherwise returns false
.
+ null
if the type reference is a collection type or does not refer to a complex type.
+ null
if the type reference is a collection type or does not refer to a primitive type.
+ t |