Skip to main content

Documentation Index

Fetch the complete documentation index at: https://easyaf.dev/llms.txt

Use this file to discover all available pages before exploring further.

Definition

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

Syntax

CloudNimble.EasyAF.Core.ICreatedAuditable

Summary

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

Properties

DateCreated Abstract

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

Syntax

System.DateTimeOffset DateCreated { get; set; }

Property Value

Type: System.DateTimeOffset