Skip to main content

Definition

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

Syntax

CloudNimble.EasyAF.Core.IUpdatedAuditable

Summary

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

Properties

DateUpdated Abstract

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

Syntax

System.Nullable<System.DateTimeOffset> DateUpdated { get; set; }

Property Value

Type: System.Nullable<System.DateTimeOffset>