DomainHelper.

SetUpdatedData<TKey>(IHaveUpdatedBy<TKey>, ChangeData<TKey>) Method

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<TKey> The owner.
data ChangeData<TKey> The data.

Return Value

Type Description
void