AssignedUsersData<TKey> Class

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(IEnumerable<TKey>) Initializes a new instance of the AssignedUsersData<TKey> class.

Properties

Name Value Summary
UserIds ISet<TKey>
Gets the user ids.

Extension Methods