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 |
The owner. |
data | OwnerData |
The data. |
Return Value
Type | Description |
---|---|
void |