ArrayBaseValues 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.
Array Base Type Simple Type
public enum ArrayBaseValues
public readonly struct ArrayBaseValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues>, IEquatable<DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues>
type ArrayBaseValues =
type ArrayBaseValues = struct
interface IEnumValue
interface IEnumValueFactory<ArrayBaseValues>
Public Enum ArrayBaseValues
Public Structure ArrayBaseValues
Implements IEnumValue, IEnumValueFactory(Of ArrayBaseValues), IEquatable(Of ArrayBaseValues)
- Inheritance
-
ArrayBaseValues
- Inheritance
-
ArrayBaseValues
Fields
ArrayBaseValues(String) | Creates a new ArrayBaseValues enum instance |
|
Bool | 14 | Boolean Base Type. When the item is serialized out as xml, its value is "bool". |
Bool | Boolean Base Type. When the item is serialized out as xml, its value is "bool". |
|
Bstr | 12 | Basic String Base Type. When the item is serialized out as xml, its value is "bstr". |
Bstr | Basic String Base Type. When the item is serialized out as xml, its value is "bstr". |
|
Currency | 15 | Currency Base Type. When the item is serialized out as xml, its value is "cy". |
Currency | Currency Base Type. When the item is serialized out as xml, its value is "cy". |
|
Date | Date and Time Base Type. When the item is serialized out as xml, its value is "date". |
|
Date | 13 | Date and Time Base Type. When the item is serialized out as xml, its value is "date". |
Decimal | 11 | Decimal Base Type. When the item is serialized out as xml, its value is "decimal". |
Decimal | Decimal Base Type. When the item is serialized out as xml, its value is "decimal". |
|
EightBytesReal | 8-Byte Real Number Base Type. When the item is serialized out as xml, its value is "r8". |
|
EightBytesReal | 10 | 8-Byte Real Number Base Type. When the item is serialized out as xml, its value is "r8". |
Equals(Object) | ||
Equals(ArrayBaseValues) | ||
Error | Error Status Code Base Type. When the item is serialized out as xml, its value is "error". |
|
Error | 16 | Error Status Code Base Type. When the item is serialized out as xml, its value is "error". |
FourBytesReal | 9 | 4-Byte Real Number Base Type. When the item is serialized out as xml, its value is "r4". |
FourBytesReal | 4-Byte Real Number Base Type. When the item is serialized out as xml, its value is "r4". |
|
FourBytesSignedInteger | 3 | 4-Byte Signed Integer Base Type. When the item is serialized out as xml, its value is "i4". |
FourBytesSignedInteger | 4-Byte Signed Integer Base Type. When the item is serialized out as xml, its value is "i4". |
|
FourBytesUnsignedInteger | 7 | 4-Byte Unsigned Integer Base Type. When the item is serialized out as xml, its value is "ui4". |
FourBytesUnsignedInteger | 4-Byte Unsigned Integer Base Type. When the item is serialized out as xml, its value is "ui4". |
|
GetHashCode() | ||
Integer | 4 | Integer Base Type. When the item is serialized out as xml, its value is "int". |
Integer | Integer Base Type. When the item is serialized out as xml, its value is "int". |
|
OneByteSignedInteger | 1 | 1-Byte Signed Integer Base Type. When the item is serialized out as xml, its value is "i1". |
OneByteSignedInteger | 1-Byte Signed Integer Base Type. When the item is serialized out as xml, its value is "i1". |
|
OneByteUnsignedInteger | 5 | 1-Byte Unsigned Integer Base Type. When the item is serialized out as xml, its value is "ui1". |
OneByteUnsignedInteger | 1-Byte Unsigned Integer Base Type. When the item is serialized out as xml, its value is "ui1". |
|
Equality(ArrayBaseValues, ArrayBaseValues) | ||
Inequality(ArrayBaseValues, ArrayBaseValues) | ||
ToString() | ||
TwoBytesSignedInteger | 2 | 2-Byte Signed Integer Base Type. When the item is serialized out as xml, its value is "i2". |
TwoBytesSignedInteger | 2-Byte Signed Integer Base Type. When the item is serialized out as xml, its value is "i2". |
|
TwoBytesUnsignedInteger | 6 | 2-Byte Unsigned Integer Base Type. When the item is serialized out as xml, its value is "ui2". |
TwoBytesUnsignedInteger | 2-Byte Unsigned Integer Base Type. When the item is serialized out as xml, its value is "ui2". |
|
UnsignedInteger | 8 | Unsigned Integer Base Type. When the item is serialized out as xml, its value is "uint". |
UnsignedInteger | Unsigned Integer Base Type. When the item is serialized out as xml, its value is "uint". |
|
Variant | Variant Base Type. When the item is serialized out as xml, its value is "variant". |
|
Variant | 0 | Variant Base Type. When the item is serialized out as xml, its value is "variant". |
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<ArrayBaseValues>.Create(String) |