IHaveUpdatedBy<TKey> Interface

Summary

IHaveUpdatedBy
graph BT Type["IHaveUpdatedBy<TKey>"] class Type type-node

Syntax

public interface IHaveUpdatedBy<TKey>

Attributes

Type Description
PublicAPIAttribute

Type Parameters

Name Description
TKey The type of the t key.

Properties

Name Value Summary
Updated ChangeData<TKey>
Gets the updated.

Extension Methods