%@ Control Language="C#" Inherits="System.Web.Mvc.ViewUserControl" %> <%@ Import Namespace="HLWebOKBQueryPlugin.Helpers" %> <%@ Import Namespace="System.Reflection" %>
<% foreach (PropertyInfo pi in typeof(RunCollectionData).GetProperties()) { %> | <%= pi.Name %> | <% } %>
---|---|
<%: Html.ActionLink("details", "Details", new { rcd.Id}, new { @class = "hl-icon-view"}) %> | <% foreach (PropertyInfo pi in typeof(RunCollectionData).GetProperties()) { %><% try { %> <%= pi.GetValue(rcd, null).ToString()%> <% } catch (Exception e) { %> <% } %> | <% } %>