Beispiel #1
0
 public AtomChannel()
 {
     Title      = new AtomText();
     TagLine    = new AtomText();
     Generator  = new AtomGenerator();
     Info       = new AtomText();
     Subtitle   = new AtomText();
     Rights     = new AtomRights();
     Links      = new AtomLinksCollection();
     Categories = new AtomCategoriesCollection();
 }
Beispiel #2
0
 public AtomEntry()
 {
     Title        = new AtomText();
     Content      = new AtomText();
     Summary      = new AtomText();
     Links        = new AtomLinksCollection();
     Authors      = new AtomPersonsCollection();
     Contributors = new AtomPersonsCollection();
     Categories   = new AtomCategoriesCollection();
     Source       = new AtomSource();
     Rights       = new AtomRights();
 }