This class represents the version of a cached object.
Inheritance Hierarchy
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
| Name | Description | |
|---|---|---|
| CompareTo |
Compares two versions of the same item.
| |
| Equals |
Determines whether another object is the same.
(Overrides ObjectEquals(Object).) | |
| GetHashCode |
Returns the hash code of DataCacheItemVersion.
(Overrides ObjectGetHashCode.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString |
Returns a string that represents the object's state.
(Overrides ObjectToString.) |
Operators
| Name | Description | |
|---|---|---|
| Equality |
Checks whether the two DataCacheItemVersion objects are equal.
| |
| GreaterThan |
Indicates whether the first object is greater than the second object.
| |
| Inequality |
Indicates whether the two DataCacheItemVersion objects are unequal.
| |
| LessThan |
Indicates whether the value of the first object is less than the second object.
|
See Also