C# Class Breeze.ContextProvider.AutoGeneratedKey

Datei anzeigen Open project: Breeze/breeze.server.net Class Usage Examples

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