IdRevisionPair Structure

Represents an entity ID with an associated revision number.

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

The IdRevisionPair type exposes the following members.

Properties
  NameDescription
Public propertyId
Gets the ID.
Public propertyRevision
Gets the revision.
Top
Methods
Operators
  NameDescription
Public operatorStatic memberEquality
Implements the == operator.
Public operatorStatic memberInequality
Implements the != operator.
Top
See Also