using System; using System.Xml.Serialization; using System.Collections.Generic; namespace Aop.Api.Domain { /// /// GavintestNewonline Data Structure. /// [Serializable] public class GavintestNewonline : AopObject { /// /// 1 /// [XmlArray("dem")] [XmlArrayItem("string")] public List Dem { get; set; } /// /// 21 /// [XmlElement("string")] public GavintestNewLeveaOne String { get; set; } } }