Int16Value Members

Include Protected Members
Include Inherited Members

Defines Int16Value - Int16 value for attributes.

The Int16Value type exposes the following members.

Constructors

  Name Description
Public method Int16Value() Initializes a new instance of the Int16Value.
Public method Int16Value(Int16) Initializes a new instance of the Int16Value.
Public method Int16Value(Int16Value) Initializes a new instance of the Int16Value by deep copy.

Top

Properties

  Name Description
Public property HasValue Gets a value indicating whether underneath text value is valid value. (Inherited from OpenXmlSimpleValue<T>.)
Public property InnerText Gets or sets the inner xml text. (Overrides OpenXmlSimpleValue<T>.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 of the simple value. (Inherited from OpenXmlSimpleValue<T>.)

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 FromInt16 Returns a new Int16Value object created from Int16.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public methodStatic member ToInt16 Returns the internal Int16 representation of a Int16Value object.
Public method ToString Returns a String that represents the current value. (Inherited from OpenXmlSimpleType.)

Top

Operators

  Name Description
Public operatorStatic member Implicit(Int16 to Int16Value) Implicit converter from Int16.
Public operatorStatic member Implicit(Int16Value to Int16) Implicit converter to Int16.

Top

See Also

Reference

Int16Value Class

DocumentFormat.OpenXml Namespace