Skip to content

datamodels DatedRecord

RaidMax edited this page May 21, 2023 · 1 revision

DatedRecord Public class

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph Data.Models
  Data.Models.DatedRecord[[DatedRecord]]
  end
Loading

Members

Properties

Public properties

Type Name Methods
DateTimeOffset CreatedDateTime get, set
Nullable<DateTimeOffset> UpdatedDateTime get, set

Details

Constructors

DatedRecord

Source code

public DatedRecord()

Properties

CreatedDateTime

public DateTimeOffset CreatedDateTime { get; set; }

UpdatedDateTime

public Nullable<DateTimeOffset> UpdatedDateTime { get; set; }

Generated with ModularDoc

Clone this wiki locally