Summary
AssignedUsersData.
- Assembly
- Rocket
.Surgery .Domain .Abstractions .dll - Namespace
- Rocket
.Surgery .Domain - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["AssignedUsersData<TKey>"]
class Type type-node
Syntax
public class AssignedUsersData<TKey>
Attributes
Type | Description |
---|---|
PublicAPIAttribute |
Type Parameters
Name | Description |
---|---|
TKey | The type of the t key. |
Constructors
Name | Summary |
---|---|
AssignedUsersData |
Initializes a new instance of the AssignedUsersData<TKey> class.
|
AssignedUsersData |
Initializes a new instance of the AssignedUsersData<TKey> class.
|
Properties
Extension Methods
Name | Value | Summary |
---|---|---|
SetBackingValue |
T |
Sets the backing value.
From ValueExtensions
|
With |
TBuilder |
Adds the specified dictionary to the provided dictionary.
|