Home Pointer Struct
Post
Cancel

Pointer Struct

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

IdThe id of the object.
VersionNumberThe version number of the object.

Methods

IsSatisfiedBy(VersionNumber) Checks if the version number found satisfies the pointer.
This post is licensed under CC BY 4.0 by the author.