00001 using System;
00002 using System.Collections.Generic;
00003 using System.Text;
00004
00005 namespace Shared
00006 {
00010 public enum LiteratureType
00011 {
00012 Book,
00013 Website,
00014 Article,
00015 Journal,
00016 Movie,
00017 Booklet,
00018 Conference,
00019 Inbook,
00020 Ebook,
00021 Manual,
00022 BachelorThesis,
00023 MasterThesis,
00024 PhDThesis,
00025 Proceedings,
00026 TechReport,
00027 Misc,
00028 Unpublished,
00029 Incollection,
00030 Inproceedings
00031 }
00032
00036 public enum BibliographyType
00037 {
00041 BibTeX,
00045 EndNote,
00049 RTF,
00053 XHTML
00054 }
00055 }