Table of Contents

Class LockEventArgs<TEntity>

Namespace
Tharga.MongoDB.Lockable
Assembly
Tharga.MongoDB.dll
public class LockEventArgs<TEntity> : EventArgs

Type Parameters

TEntity
Inheritance
LockEventArgs<TEntity>
Inherited Members

Constructors

LockEventArgs(TEntity, LockAction)

public LockEventArgs(TEntity entity, LockAction lockAction)

Parameters

entity TEntity
lockAction LockAction

Properties

Entity

public TEntity Entity { get; }

Property Value

TEntity

LockAction

public LockAction LockAction { get; }

Property Value

LockAction