Click or drag to resize

IVersionable Interface

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
An interface for versionable data.

Namespace:  Tangosol.Util
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntax
C#
public interface IVersionable

The IVersionable type exposes the following members.

Properties
  NameDescription
Public propertyVersionIndicator
Get the version indicator for this object.
Top
Methods
  NameDescription
Public methodIncrementVersion
Update the version to the next logical version indicator.
Top
See Also