ChangeData<TKey> Class

Summary

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

Syntax

public class ChangeData<TKey>

Attributes

Type Description
PublicAPIAttribute

Type Parameters

Name Description
TKey The type of the t key.

Constructors

Name Summary
ChangeData() Initializes a new instance of the ChangeData<TKey> class.
ChangeData(TKey, Nullable<DateTimeOffset>) Initializes a new instance of the ChangeData<TKey> class.
ChangeData(TKey, Nullable<Instant>) Initializes a new instance of the ChangeData<TKey> class.

Properties

Name Value Summary
At Nullable<Instant>
Gets at.
By TKey
Gets the by.

Extension Methods