BooleanEntryWithBlankValues 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.
Boolean Value with Blank State
public enum BooleanEntryWithBlankValues
public readonly struct BooleanEntryWithBlankValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Vml.Spreadsheet.BooleanEntryWithBlankValues>, IEquatable<DocumentFormat.OpenXml.Vml.Spreadsheet.BooleanEntryWithBlankValues>
type BooleanEntryWithBlankValues =
type BooleanEntryWithBlankValues = struct
interface IEnumValue
interface IEnumValueFactory<BooleanEntryWithBlankValues>
Public Enum BooleanEntryWithBlankValues
Public Structure BooleanEntryWithBlankValues
Implements IEnumValue, IEnumValueFactory(Of BooleanEntryWithBlankValues), IEquatable(Of BooleanEntryWithBlankValues)
- Inheritance
-
BooleanEntryWithBlankValues
- Inheritance
-
BooleanEntryWithBlankValues
Fields
Name | Value | Description |
---|---|---|
True | 0 | Logical True. When the item is serialized out as xml, its value is "True". |
T | 1 | Logical True. When the item is serialized out as xml, its value is "t". |
False | 2 | Logical False. When the item is serialized out as xml, its value is "False". |
F | 3 | Logical False. When the item is serialized out as xml, its value is "f". |
Empty | 4 | Blank - Default Value. When the item is serialized out as xml, its value is "". |
BooleanEntryWithBlankValues(String) | Creates a new BooleanEntryWithBlankValues enum instance |
|
Empty | Blank - Default Value. When the item is serialized out as xml, its value is "". |
|
Equality(BooleanEntryWithBlankValues, BooleanEntryWithBlankValues) | ||
Equals(BooleanEntryWithBlankValues) | ||
Equals(Object) | ||
F | Logical False. When the item is serialized out as xml, its value is "f". |
|
False | Logical False. When the item is serialized out as xml, its value is "False". |
|
GetHashCode() | ||
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<BooleanEntryWithBlankValues>.Create(String) | ||
Inequality(BooleanEntryWithBlankValues, BooleanEntryWithBlankValues) | ||
T | Logical True. When the item is serialized out as xml, its value is "t". |
|
ToString() | ||
True | Logical True. When the item is serialized out as xml, its value is "True". |