コード例 #1
0
ファイル: PackageModel.cs プロジェクト: caoxk/coapp
        // 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();
        }
コード例 #2
0
ファイル: PackageModel.cs プロジェクト: virmitio/coapp
 // 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();
 }