Skip to main content

Definition

Assembly: CloudNimble.EasyAF.Core.dll Namespace: CloudNimble.EasyAF.Core

Syntax

CloudNimble.EasyAF.Core.IUpdaterTrackable<T>

Summary

An interface that implements the CloudNimble common pattern for tracking who updated an Entity.

Type Parameters

  • T - The type for the identifier.

Properties

UpdatedById Abstract

The unique identifier for the User that updated this particular Entity.

Syntax

System.Nullable<T> UpdatedById { get; set; }

Property Value

Type: System.Nullable<T>