C# Class Breeze.Entities.AutoGeneratedKey

For entities with server-generated keys, holds the temporary client key and the real server-generated key.
Afficher le fichier Open project: Breeze/breeze.server.net

Méthodes publiques

Свойство Type Description
AutoGeneratedKeyType AutoGeneratedKeyType
Entity Object
PropertyName String
RealValue Object
TempValue Object

Méthodes publiques

Méthode Description
AutoGeneratedKey ( Object entity, dynamic autoGeneratedKey ) : Newtonsoft.Json

Method Details

AutoGeneratedKey() public méthode

public AutoGeneratedKey ( Object entity, dynamic autoGeneratedKey ) : Newtonsoft.Json
entity Object
autoGeneratedKey dynamic
Résultat Newtonsoft.Json

Property Details

AutoGeneratedKeyType public_oe property

public AutoGeneratedKeyType AutoGeneratedKeyType
Résultat AutoGeneratedKeyType

Entity public_oe property

public Object Entity
Résultat Object

PropertyName public_oe property

public String PropertyName
Résultat String

RealValue public_oe property

public Object RealValue
Résultat Object

TempValue public_oe property

public Object TempValue
Résultat Object