Summary
Sets the updated data.
- Assembly
- Rocket
.Surgery .Domain .dll - Namespace
- Rocket
.Surgery .Domain - Containing Type
- DomainHelper
Syntax
public static void SetUpdatedData<TKey>(IHaveUpdatedBy<TKey> owner, ChangeData<TKey> data)
Type Parameters
Name | Description |
---|---|
TKey | The type of the t key. |
Parameters
Name | Type | Description |
---|---|---|
owner | IHaveUpdatedBy |
The owner. |
data | ChangeData |
The data. |
Return Value
Type | Description |
---|---|
void |