DataCacheItemVersion ClassWindows Server AppFabric Caching Compatibility Library
This class represents the version of a cached object.
Inheritance Hierarchy

SystemObject
  Soss.Compat.WSAFDataCacheItemVersion

Namespace: Soss.Compat.WSAF
Assembly: soss_wsaf_compat (in soss_wsaf_compat.dll) Version: 1.1.0.100 (1.1.0.100)
Syntax

[SerializableAttribute]
public class DataCacheItemVersion : IComparable<DataCacheItemVersion>

The DataCacheItemVersion type exposes the following members.

Methods

  NameDescription
Public methodCompareTo
Compares two versions of the same item.
Public methodEquals
Determines whether another object is the same.
(Overrides ObjectEquals(Object).)
Public methodGetHashCode
Returns the hash code of DataCacheItemVersion.
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the object's state.
(Overrides ObjectToString.)
Top
Operators

  NameDescription
Public operatorStatic memberEquality
Checks whether the two DataCacheItemVersion objects are equal.
Public operatorStatic memberGreaterThan
Indicates whether the first object is greater than the second object.
Public operatorStatic memberInequality
Indicates whether the two DataCacheItemVersion objects are unequal.
Public operatorStatic memberLessThan
Indicates whether the value of the first object is less than the second object.
Top
See Also

Reference