C# Class Breeze.Entities.AutoGeneratedKey

For entities with server-generated keys, holds the temporary client key and the real server-generated key.
Show file 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 property

public AutoGeneratedKeyType AutoGeneratedKeyType
return AutoGeneratedKeyType

Entity public property

public Object Entity
return Object

PropertyName public property

public String PropertyName
return String

RealValue public property

public Object RealValue
return Object

TempValue public property

public Object TempValue
return Object