The IUpdateableType type exposes the following members.

Methods

  Name Description
Public method CompareTo
Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
(Inherited from IComparable.)
Public method WriteValue
Writes the value for updates of the implementing type to the given BinaryWriter.

Properties

  Name Description
Public property RequiredVersion
Gets the minimum required version for updating the implementing type.
Public property SphinxAttributeType
Gets the type of the sphinx attribute the implementing type represents.
(Inherited from ISphinxType.)
Public property SupportedSince
Gets the version since when the implementing type is supported by Sphinx.
(Inherited from ISphinxType.)
Public property Value
Gets the value of the implementing type.
(Inherited from ISphinxType.)

See Also