IUpdateableType Interface |
Namespace: SphinxConnector.NativeApi
The IUpdateableType type exposes the following members.
Name | Description | |
---|---|---|
RequiredVersion |
Gets the minimum required version for updating the implementing type.
| |
SphinxAttributeType |
Gets the type of the sphinx attribute the implementing type represents.
(Inherited from ISphinxType.) | |
SupportedSince |
Gets the version since when the implementing type is supported by Sphinx.
(Inherited from ISphinxType.) | |
Value |
Gets the value of the implementing type.
(Inherited from ISphinxType.) |
Name | Description | |
---|---|---|
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.) | |
WriteValue |
Writes the value for updates of the implementing type to the given BinaryWriter.
|