Skip to main content
A newer version of this page is available. .

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.v20.1.DataModel.dll

NuGet Packages: DevExpress.Scaffolding.Core, DevExpress.WindowsDesktop.Mvvm.DataModel

Declaration

public class EntityTraits<TEntity, TPrimaryKey>

Type Parameters

Name
TEntity
TPrimaryKey

Inheritance

Object
EntityTraits<TEntity, TPrimaryKey>
See Also