Click or drag to resize
IUpdateableType Interface
Types that implement this interface can be updated via the UpdateAttributes() method.

Namespace: SphinxConnector.NativeApi
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
Syntax
public interface IUpdateableType : ISphinxType, 
	IComparable

The IUpdateableType type exposes the following members.

Methods
  NameDescription
Public methodCompareTo
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 methodWriteValue
Writes the value for updates of the implementing type to the given BinaryWriter.
Top
Properties
  NameDescription
Public propertyRequiredVersion
Gets the minimum required version for updating the implementing type.
Public propertySphinxAttributeType
Gets the type of the sphinx attribute the implementing type represents.
(Inherited from ISphinxType.)
Public propertySupportedSince
Gets the version since when the implementing type is supported by Sphinx.
(Inherited from ISphinxType.)
Public propertyValue
Gets the value of the implementing type.
(Inherited from ISphinxType.)
Top
See Also