Exemple #1
0
        // Elements marked with XmlIgnore won't persist in the package feed as themselves
        // they get persisted as elements in the Atom Format (so that we have a suitable Atom feed to look at)

        public PackageModel()
        {
            XmlSerializer  = new XmlSerializer(GetType());
            PackageDetails = new PackageDetails();
        }
Exemple #2
0
 // Elements marked with XmlIgnore won't persist in the package feed as themselves
 // they get persisted as elements in the Atom Format (so that we have a suitable Atom feed to look at)
 public PackageModel()
 {
     XmlSerializer = new XmlSerializer(GetType());
     PackageDetails = new PackageDetails();
 }