[]
Defines the TimeSpanAlternateTextInfo class.
[TypeConverter(typeof(CellTypeExpandableObjectConverter))]
public class TimeSpanAlternateTextInfo : ISerializable, ISerializeSupport
<TypeConverter(GetType(CellTypeExpandableObjectConverter))>
Public Class TimeSpanAlternateTextInfo
Implements ISerializable, ISerializeSupport
Name | Description |
---|---|
TimeSpanAlternateTextInfo(SerializationInfo, StreamingContext) | Initializes a new instance of this class. |
Name | Description |
---|---|
DisplayNull | Gets the DisplayNull instance of the AlternateText type. |
DisplayZero | Gets the DisplayZero instance of the AlternateText type. |
Null | Gets the Null instance of the AlternateText type. |
Zero | Gets the Zero instance of the AlternateText type. |
Name | Description |
---|---|
Deserialize(XmlNodeReader) | Loads the object from XML. |
GetObjectData(SerializationInfo, StreamingContext) | Gets the object data. |
Serialize(XmlTextWriter) | Saves the object to XML. |