DataSourceValues Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Bibliographic Data Source Types
public enum DataSourceValues
public readonly struct DataSourceValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Bibliography.DataSourceValues>, IEquatable<DocumentFormat.OpenXml.Bibliography.DataSourceValues>
type DataSourceValues =
type DataSourceValues = struct
interface IEnumValue
interface IEnumValueFactory<DataSourceValues>
Public Enum DataSourceValues
Public Structure DataSourceValues
Implements IEnumValue, IEnumValueFactory(Of DataSourceValues), IEquatable(Of DataSourceValues)
- Inheritance
-
DataSourceValues
- Inheritance
-
DataSourceValues
Fields
Name | Value | Description |
---|---|---|
ArticleInAPeriodical | 0 | Article in a Periodical. When the item is serialized out as xml, its value is "ArticleInAPeriodical". |
Book | 1 | Book. When the item is serialized out as xml, its value is "Book". |
BookSection | 2 | Book Section. When the item is serialized out as xml, its value is "BookSection". |
JournalArticle | 3 | Journal Article. When the item is serialized out as xml, its value is "JournalArticle". |
ConferenceProceedings | 4 | Conference Proceedings. When the item is serialized out as xml, its value is "ConferenceProceedings". |
Report | 5 | Reporter. When the item is serialized out as xml, its value is "Report". |
SoundRecording | 6 | Sound Recording. When the item is serialized out as xml, its value is "SoundRecording". |
Performance | 7 | Performance. When the item is serialized out as xml, its value is "Performance". |
Art | 8 | Art. When the item is serialized out as xml, its value is "Art". |
DocumentFromInternetSite | 9 | Document from Internet Site. When the item is serialized out as xml, its value is "DocumentFromInternetSite". |
InternetSite | 10 | Internet Site. When the item is serialized out as xml, its value is "InternetSite". |
Film | 11 | Film. When the item is serialized out as xml, its value is "Film". |
Interview | 12 | Interview. When the item is serialized out as xml, its value is "Interview". |
Patent | 13 | Patent. When the item is serialized out as xml, its value is "Patent". |
ElectronicSource | 14 | Electronic Source. When the item is serialized out as xml, its value is "ElectronicSource". |
Case | 15 | Case. When the item is serialized out as xml, its value is "Case". |
Miscellaneous | 16 | Miscellaneous. When the item is serialized out as xml, its value is "Misc". |
Art | Art. When the item is serialized out as xml, its value is "Art". |
|
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". |
|
Case | Case. When the item is serialized out as xml, its value is "Case". |
|
ConferenceProceedings | Conference Proceedings. When the item is serialized out as xml, its value is "ConferenceProceedings". |
|
DataSourceValues(String) | Creates a new DataSourceValues enum instance |
|
DocumentFromInternetSite | Document from Internet Site. When the item is serialized out as xml, its value is "DocumentFromInternetSite". |
|
ElectronicSource | Electronic Source. When the item is serialized out as xml, its value is "ElectronicSource". |
|
Equality(DataSourceValues, DataSourceValues) | ||
Equals(DataSourceValues) | ||
Equals(Object) | ||
Film | Film. When the item is serialized out as xml, its value is "Film". |
|
GetHashCode() | ||
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<DataSourceValues>.Create(String) | ||
Inequality(DataSourceValues, DataSourceValues) | ||
InternetSite | Internet Site. When the item is serialized out as xml, its value is "InternetSite". |
|
Interview | Interview. When the item is serialized out as xml, its value is "Interview". |
|
JournalArticle | Journal Article. When the item is serialized out as xml, its value is "JournalArticle". |
|
Miscellaneous | Miscellaneous. When the item is serialized out as xml, its value is "Misc". |
|
Patent | Patent. When the item is serialized out as xml, its value is "Patent". |
|
Performance | Performance. When the item is serialized out as xml, its value is "Performance". |
|
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". |
|
ToString() |