Table of Contents

Interface IModifiedOn

Namespace
MongoDB.Entities
Assembly
MongoDB.Entities.dll

Implement this interface on entities you want the library to automatically store the modified date with

public interface IModifiedOn

Properties

ModifiedOn

This property will be automatically set by the library when an entity is updated.

TIP: This property is useful when sorting by update date.

DateTime ModifiedOn { get; set; }

Property Value

DateTime