IHaveCreatedBy<TKey> Interface

Summary

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

Syntax

public interface IHaveCreatedBy<TKey>

Attributes

Type Description
PublicAPIAttribute

Type Parameters

Name Description
TKey The type of the t key.

Properties

Name Value Summary
Created ChangeData<TKey>
Gets the created.

Extension Methods