Class LookupDto
- Namespace
- XENBIT.ResQueServe.Abstractions.Models
- Assembly
- RQS.Abstractions.dll
Represents a base data transfer object (DTO) for lookup entities.
public abstract record LookupDto : IEquatable<LookupDto>
- Inheritance
-
LookupDto
- Implements
- Derived
- Inherited Members
Properties
CacheVersion
Gets or sets the cache version associated with the lookup entity.
public long CacheVersion { get; set; }