Interface IEntity<T>
public interface IEntity<T> : IEntity, IHasChanges where T : IEntity
Type Parameters
T
- Inherited Members
- Extension Methods
Properties
Metadata
Meta information about this type of entity.
public static abstract IEntityInfo Metadata { get; }