Class Entity<TPrimaryKey>
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Mix.Heart.Entities
Assembly: mix.heart.dll
Syntax
public class Entity<TPrimaryKey> : IEntity<TPrimaryKey>, IHasPrimaryKey<TPrimaryKey> where TPrimaryKey : IComparable
Type Parameters
Name | Description |
---|---|
TPrimaryKey |
Properties
| Improve this Doc View SourceId
Declaration
public TPrimaryKey Id { get; set; }
Property Value
Type | Description |
---|---|
TPrimaryKey |