OwnerData<TKey> Class

Summary

OwnerData.
Assembly
Rocket.Surgery.Domain.Abstractions.dll
Namespace
Rocket.Surgery.Domain
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["OwnerData<TKey>"] class Type type-node

Syntax

public class OwnerData<TKey>

Attributes

Type Description
PublicAPIAttribute

Type Parameters

Name Description
TKey The type of the t key.

Constructors

Name Summary
OwnerData() Initializes a new instance of the OwnerData<TKey> class.
OwnerData(TKey) Initializes a new instance of the OwnerData<TKey> class.

Properties

Name Value Summary
Id TKey
Gets the identifier.

Extension Methods