IdRevisionPair Structure

Represents an entity ID with an associated revision number.
Inheritance Hierarchy
SystemObject
  SystemValueType
    Dundas.BI.FileSystemIdRevisionPair

Namespace: Dundas.BI.FileSystem
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public readonly struct IdRevisionPair : IEquatable<IdRevisionPair>

The IdRevisionPair type exposes the following members.

Properties
 NameDescription
Public propertyIdGets the ID.
Public propertyRevisionGets the revision.
Top
Methods
 NameDescription
Public methodEquals(IdRevisionPair)Indicates whether the current object is equal to another object of the same type.
Public methodEquals(Object)Indicates whether this instance and a specified object are equal.
(Overrides ValueTypeEquals(Object))
Public methodGetHashCodeReturns the hash code for this instance.
(Overrides ValueTypeGetHashCode)
Public methodToStringReturns the fully qualified type name of this instance.
(Overrides ValueTypeToString)
Top
Operators
 NameDescription
Public operatorStatic memberEquality(IdRevisionPair, IdRevisionPair)Implements the == operator.
Public operatorStatic memberInequality(IdRevisionPair, IdRevisionPair)Implements the != operator.
Top
See Also