Definition
Assembly: Microsoft.Restier.EntityFramework.dll Namespace: Microsoft.Restier.EntityFramework Inheritance: Microsoft.Restier.Core.Submit.DefaultChangeSetInitializerSyntax
Summary
To prepare changed entries for the given ChangeSet.Constructors
.ctor
Syntax
Methods
ConvertToEfValue Virtual
Convert a Edm type value to Resource Framework supported value typeSyntax
Parameters
| Name | Type | Description |
|---|---|---|
type | System.Type | The type of the property defined in CLR class |
value | object | The value from OData deserializer and in type of Edm |
Returns
Type:object
The converted value object
InitializeAsync Override
Asynchronously prepare the ChangeSet.Syntax
Parameters
| Name | Type | Description |
|---|---|---|
context | Microsoft.Restier.Core.Submit.SubmitContext | The submit context class used for preparation. |
cancellationToken | System.Threading.CancellationToken | The cancellation token. |
Returns
Type:System.Threading.Tasks.Task
The task object that represents this asynchronous operation.