C# Class Breeze.Entities.AutoGeneratedKey

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

Public Properties

Property Type Description
AutoGeneratedKeyType AutoGeneratedKeyType
Entity Object
PropertyName String
RealValue Object
TempValue Object

Public Methods

Method Description
AutoGeneratedKey ( Object entity, dynamic autoGeneratedKey ) : Newtonsoft.Json

Method Details

AutoGeneratedKey() public method

public AutoGeneratedKey ( Object entity, dynamic autoGeneratedKey ) : Newtonsoft.Json
entity Object
autoGeneratedKey dynamic
return Newtonsoft.Json

Property Details

AutoGeneratedKeyType public_oe property

public AutoGeneratedKeyType AutoGeneratedKeyType
return AutoGeneratedKeyType

Entity public_oe property

public Object Entity
return Object

PropertyName public_oe property

public String PropertyName
return String

RealValue public_oe property

public Object RealValue
return Object

TempValue public_oe property

public Object TempValue
return Object