Table of Contents

Class EntityBase<TKey>

Namespace
Tharga.MongoDB
Assembly
Tharga.MongoDB.dll
[Serializable]
[BsonDiscriminator(Required = true)]
public record EntityBase<TKey> : PersistableEntityBase, ISupportInitialize, IEquatable<PersistableEntityBase>, IEntity<TKey>, IEquatable<EntityBase<TKey>>

Type Parameters

TKey
Inheritance
EntityBase<TKey>
Implements
IEntity<TKey>
Derived
Inherited Members

Properties

Id

public TKey Id { get; init; }

Property Value

TKey