Share via


BooleanEntryWithBlankValues Enum

Definition

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

BooleanEntryWithBlankValues(String)

Creates a new BooleanEntryWithBlankValues enum instance

Empty

Blank - Default Value.

When the item is serialized out as xml, its value is "".

Empty 4

Blank - Default Value.

When the item is serialized out as xml, its value is "".

Equals(Object)
Equals(BooleanEntryWithBlankValues)
F 3

Logical False.

When the item is serialized out as xml, its value is "f".

F

Logical False.

When the item is serialized out as xml, its value is "f".

False 2

Logical False.

When the item is serialized out as xml, its value is "False".

False

Logical False.

When the item is serialized out as xml, its value is "False".

GetHashCode()
Equality(BooleanEntryWithBlankValues, BooleanEntryWithBlankValues)
Inequality(BooleanEntryWithBlankValues, BooleanEntryWithBlankValues)
T 1

Logical True.

When the item is serialized out as xml, its value is "t".

T

Logical True.

When the item is serialized out as xml, its value is "t".

ToString()
True 0

Logical True.

When the item is serialized out as xml, its value is "True".

True

Logical True.

When the item is serialized out as xml, its value is "True".

IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<BooleanEntryWithBlankValues>.Create(String)

Applies to