TrueFalseValue Members

Include Protected Members
Include Inherited Members

Define TrueFalseValue ¨C datatype for attributes that have enum values as ¡®t¡¯, ¡®f¡¯, ¡®true¡¯, ¡®false¡¯ meaning Boolean true/false

The TrueFalseValue type exposes the following members.

Constructors

  Name Description
Public method TrueFalseValue() Initializes a new instance of TrueFalseValue.
Public method TrueFalseValue(Boolean) Initializes a new instance of TrueFalseValue.
Public method TrueFalseValue(TrueFalseValue) Initializes a new instance of TrueFalseValue.

Top

Properties

  Name Description
Public property HasValue Gets a value indicating whether underneath text value is valid value. (Overrides OpenXmlSimpleType.HasValue.)
Public property InnerText Gets or sets the inner xml text. (Overrides OpenXmlSimpleType.InnerText.)
Protected property TextValue DON'T use this property. Only for OpenXmlSimpleType.cs internal use. The internal raw text value. (Inherited from OpenXmlSimpleType.)
Public property Value Gets or sets the value.

Top

Methods

  Name Description
Public method Clone Creates a duplicate of this value. (Inherited from OpenXmlSimpleType.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public methodStatic member FromBoolean Returns a new TrueFalseValue object created from Boolean.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public methodStatic member ToBoolean Returns the internal Boolean representation of a TrueFalseValue object.
Public method ToString Returns a String that represents the current value. (Inherited from OpenXmlSimpleType.)

Top

Operators

  Name Description
Public operatorStatic member Implicit(Boolean to TrueFalseValue) Implicitly converts from Boolean value.
Public operatorStatic member Implicit(TrueFalseValue to Boolean) Implicitly converts to Boolean.

Top

See Also

Reference

TrueFalseValue Class

DocumentFormat.OpenXml Namespace