@foreach (var prop in Chalin.Current.AllOccations.First().GetType().GetProperties()) { <br /> @prop.Name<br /> @prop.GetValue(Chalin.Current.AllOccations.First()) <br /> }