Definition
Namespace: EntityDb.Abstractions.ValueObjects
Assembly: EntityDb.Abstractions
Points to an object (e.g., entity, projection)
1
public readonly struct Pointer : System.IEquatable<Pointer>
Inheritance: Object → ValueType
Constructors
Pointer(Id, VersionNumber) | Points to an object (e.g., entity, projection) |
Properties
Id | The id of the object. |
VersionNumber | The version number of the object. |
Methods
IsSatisfiedBy(VersionNumber) | Checks if the version number found satisfies the pointer. |