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

Declaration

public class EntityTraits<TEntity, TPrimaryKey>

Type Parameters

Name
TEntity
TPrimaryKey

Inheritance

Object
EntityTraits<TEntity, TPrimaryKey>
See Also