Class EntityBase<TKey>
[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>IEquatable<EntityBase<TKey>>
- Derived
- Inherited Members
Properties
Id
public TKey Id { get; init; }
Property Value
- TKey