Summary
ICanBeAssigned
- Assembly
- Rocket
.Surgery .Domain .Abstractions .dll - Namespace
- Rocket
.Surgery .Domain
graph BT
Type["ICanBeAssigned<TKey>"]
class Type type-node
Syntax
public interface ICanBeAssigned<TKey>
Attributes
Type | Description |
---|---|
PublicAPIAttribute |
Type Parameters
Name | Description |
---|---|
TKey | The type of the t key. |
Properties
Name | Value | Summary |
---|---|---|
AssignedUsers | AssignedUsersData |
Gets the assigned users.
|
Extension Methods
Name | Value | Summary |
---|---|---|
SetBackingValue |
T |
Sets the backing value.
From ValueExtensions
|
With |
TBuilder |
Adds the specified dictionary to the provided dictionary.
|