Show / Hide Table of Contents

Class Entity<TPrimaryKey>

Inheritance
System.Object
Entity<TPrimaryKey>
MixCache
Entity
Implements
IEntity<TPrimaryKey>
IHasPrimaryKey<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 Source

Id

Declaration
public TPrimaryKey Id { get; set; }
Property Value
Type Description
TPrimaryKey

Implements

IEntity<TPrimaryKey>
IHasPrimaryKey<TPrimaryKey>
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾