Show / Hide Table of Contents

Interface IEntity<T>

Represents an entity with key.

Namespace: DevZest.Data
Assembly: DevZest.Data.dll
Syntax
public interface IEntity<T> : IEntity where T : CandidateKey
Type Parameters
Name Description
T

Properties

Name Description
Model

Gets the model with key of the entity.

Extension Methods

Extensions.Match<T>(IEntity<T>, T)
Extensions.Match<T>(IEntity<T>, IEntity<T>)
  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest