public interface IReadOnlyCRUDEntity : ICRUDEntity,
ICRUDEntity<long>, IEntityWithIdKey<long>, IEntity, IEntityWithIdKey,
IReadOnlyCRUDEntity<long>
Id |
获取/设置 Id 主键。
(Inherited from IEntityWithIdKeyTKey) |
TrimStringValues |
移除所有字符串属性(类型为 string 的属性)的值的前导和尾随空白字符。
(Inherited from IEntity) |