BooleanValue Members
Include Protected Members
Include Inherited Members
Defines BooleanValue - Boolean value for attributes.
The BooleanValue type exposes the following members.
Constructors
Name | Description | |
---|---|---|
BooleanValue() | Initializes a new instance of the BooleanValue. | |
BooleanValue(Boolean) | Initializes a new instance of the BooleanValue. | |
BooleanValue(BooleanValue) | Initializes a new instance of the BooleanValue by deep copy. |
Top
Properties
Name | Description | |
---|---|---|
HasValue | Gets a value indicating whether underneath text value is valid value. (Inherited from OpenXmlSimpleValue<T>.) | |
InnerText | Gets or sets the inner xml text. (Overrides OpenXmlSimpleValue<T>.InnerText.) | |
TextValue | DON'T use this property. Only for OpenXmlSimpleType.cs internal use. The internal raw text value. (Inherited from OpenXmlSimpleType.) | |
Value | Gets or sets the value of the simple value. (Inherited from OpenXmlSimpleValue<T>.) |
Top
Methods
Name | Description | |
---|---|---|
Clone | Creates a duplicate of this value. (Inherited from OpenXmlSimpleType.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
FromBoolean | Returns a new BooleanValue object created from Boolean. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToBoolean | Returns the internal Boolean representation of a BooleanValue object. | |
ToString | Returns a String that represents the current value. (Inherited from OpenXmlSimpleType.) |
Top
Operators
Name | Description | |
---|---|---|
Implicit(Boolean to BooleanValue) | Implicit converter from Boolean. | |
Implicit(BooleanValue to Boolean) | Implicit converter to Boolean. |
Top