DomainHelper.

SetCreatedData<TKey>(IHaveCreatedBy<TKey>, ChangeData<TKey>) Method

Summary

Sets the created data.
Assembly
Rocket.Surgery.Domain.dll
Namespace
Rocket.Surgery.Domain
Containing Type
DomainHelper

Syntax

public static void SetCreatedData<TKey>(IHaveCreatedBy<TKey> owner, ChangeData<TKey> data)

Type Parameters

Name Description
TKey The type of the t key.

Parameters

Name Type Description
owner IHaveCreatedBy<TKey> The owner.
data ChangeData<TKey> The data.

Return Value

Type Description
void