我有一个对象,其中包含表示属性的子对象集合。我想以非规范化格式在GridView中显示它,如下所示:
Item tshirt = new Item("My Airwolf T-Shirt");
tshirt.Attributes.Add("Color", "Blue");
tshirt.Attributes.Add("Size", "M");
tshirt.Attributes.Add("Condition", "Tatty");
我希望它以这种方式出现在GridView中:
必须遵守以下规则: