DomainHelper.

SetAssignedUsersData<TKey>(ICanBeAssigned<TKey>, AssignedUsersData<TKey>) Method

Summary

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

Syntax

public static void SetAssignedUsersData<TKey>(ICanBeAssigned<TKey> assigned, AssignedUsersData<TKey> data)

Type Parameters

Name Description
TKey The type of the t key.

Parameters

Name Type Description
assigned ICanBeAssigned<TKey> The assigned.
data AssignedUsersData<TKey> The data.

Return Value

Type Description
void