多くのオブジェクトを含むリストがあります。私はそれをステップスルーしたいのですが、オブジェクトごとに行を作成したいと思っています。基本的にテーブルを作って欲しい。誰でも私を助けてください。
List<Event> events = parseResponse.Deserialize<List<Event>>(_responseAsString);
ViewBag.eventss = events;
html
それをステップ実行して行またはテーブルを作成するにはどうすればよいですか
以下のこの情報は、私の「イベント」リストに含まれる多くのオブジェクトです。 8cdd-1293cbaf9a41\",\"event_set_key\":\"615017f2-ae28-4b8d-9def-cf043642b928\",\"event_type\":\"到着\",\"event_date\":\"6/20/ 2011 4:15:28 PM\",\"event_amount\":\"100\",\"event_location_key\":\"50fc1c22-d77b-4a91-b31d-da036827060b\",\"event_location_name\":\" Store2\",\"event_location_city\":\"ピッツバーグ\",\"event_location_state\":\"PA\",\"event_location_country\":\"US\",\"event_location_lat\":\"\" ,\"event_location_long\":\"\",\"event_description\":\"\",\"event_acknowledged\":\"True\"},{\"event_key\":\"2ac9e25e-137c-4a72-8cc5-157d67ea66c1\" ,\"user_token\":\"58cb4fcd-e140-4232-88c9-06eecb95b63d\",\"event_set_key\":\"00710ca7-f5d7-4c7a-bbfb-95491ae278ef\",\"event_type\":\"到着\",\"event_date\":\"9/23/2011 4:15:28 PM\",\"event_amount\":\"45\",\"event_location_key\":\"5a732dd5-9459-4cdd -a980-f3daf1a07343\",\"event_location_name\":\"Store4\",\"event_location_city\":\"Pittsburgh\",\"event_location_state\":\"PA\",\"event_location_country\":\ "US\",\"event_location_lat\":\"\",\"event_location_long\":\"\",\"event_description\":\"\",\"event_acknowledged\":\"False\"},{\"event_key\":\"386b1fa1-11b2-48d9-b7f1- 4bbe21ced487\",\"user_token\":\"c3d8b7ff-d85f-42a8-98f6-e091b48c2280\",\"event_set_key\":\"dc55843b-f8cf-4e8a-9091-188ce0609fe1\",\"event_type\": \"Arrival\",\"event_date\":\"9/18/2011 4:15:28 PM\",\"event_amount\":\"100\",\"event_location_key\":\"be6d4fb4- c0e3-4303-b70d-7a22b721aa56\",\"event_location_name\":\"Store1\",\"event_location_city\":\"Pittsburgh\",\"event_location_state\":\"PA\",\"event_location_country\ ":\"私たち\"、\"event_location_lat\":\"\",\"event_location_long\":\"\",\"event_description\":\"\",\"event_acknowledged\":\"False\"}]"
私はすでにすべての要素を持つクラスを持っています