DomainHelper.

SetOwnerData<TKey>(IHaveOwner<TKey>, OwnerData<TKey>) Method

Summary

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

Syntax

public static void SetOwnerData<TKey>(IHaveOwner<TKey> owner, OwnerData<TKey> data)

Type Parameters

Name Description
TKey The type of the t key.

Parameters

Name Type Description
owner IHaveOwner<TKey> The owner.
data OwnerData<TKey> The data.

Return Value

Type Description
void