Skip to main content

EntityTraits<TEntity, TPrimaryKey> Class

Incapsulates operations to obtain and set the primary key value of a given entity.

Namespace: DevExpress.Mvvm.Utils

Assembly: DevExpress.Mvvm.v24.2.DataModel.dll

NuGet Package: DevExpress.Scaffolding.Core

#Declaration

public class EntityTraits<TEntity, TPrimaryKey>

#Type Parameters

Name
TEntity
TPrimaryKey

#Inheritance

Object
EntityTraits<TEntity, TPrimaryKey>
See Also