DataSourceValues Enumeration
Bibliographic Data Source Types
Namespace: DocumentFormat.OpenXml.Bibliography
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Enumeration DataSourceValues
'Usage
Dim instance As DataSourceValues
public enum DataSourceValues
Members
Member name | Description | |
---|---|---|
ArticleInAPeriodical | Article in a Periodical. When the item is serialized out as xml, its value is "ArticleInAPeriodical". | |
Book | Book. When the item is serialized out as xml, its value is "Book". | |
BookSection | Book Section. When the item is serialized out as xml, its value is "BookSection". | |
JournalArticle | Journal Article. When the item is serialized out as xml, its value is "JournalArticle". | |
ConferenceProceedings | Conference Proceedings. When the item is serialized out as xml, its value is "ConferenceProceedings". | |
Report | Reporter. When the item is serialized out as xml, its value is "Report". | |
SoundRecording | Sound Recording. When the item is serialized out as xml, its value is "SoundRecording". | |
Performance | Performance. When the item is serialized out as xml, its value is "Performance". | |
Art | Art. When the item is serialized out as xml, its value is "Art". | |
DocumentFromInternetSite | Document from Internet Site. When the item is serialized out as xml, its value is "DocumentFromInternetSite". | |
InternetSite | Internet Site. When the item is serialized out as xml, its value is "InternetSite". | |
Film | Film. When the item is serialized out as xml, its value is "Film". | |
Interview | Interview. When the item is serialized out as xml, its value is "Interview". | |
Patent | Patent. When the item is serialized out as xml, its value is "Patent". | |
ElectronicSource | Electronic Source. When the item is serialized out as xml, its value is "ElectronicSource". | |
Case | Case. When the item is serialized out as xml, its value is "Case". | |
Miscellaneous | Miscellaneous. When the item is serialized out as xml, its value is "Misc". |