Table of Contents

Class CallbackResult<TEntity>

Namespace
Tharga.MongoDB.Lockable
Assembly
Tharga.MongoDB.dll
public record CallbackResult<TEntity> : IEquatable<CallbackResult<TEntity>>

Type Parameters

TEntity
Inheritance
CallbackResult<TEntity>
Implements
Inherited Members

Properties

After

public required TEntity After { get; init; }

Property Value

TEntity

Before

public required TEntity Before { get; init; }

Property Value

TEntity

LockAction

public required LockAction LockAction { get; init; }

Property Value

LockAction