Skip to content

Getting Started

<PackageReference Include="Pragmatic.Notes" />

Typical companion packages:

<PackageReference Include="Pragmatic.Persistence" />
<PackageReference Include="Pragmatic.Endpoints" />
[Entity<Guid>]
[Resource("reservations")]
[HasNotes(MaxLength = 4000, EditWindowMinutes = 60)]
public partial class Reservation
{
public string GuestName { get; set; } = "";
}

The generated note feature provides internal note actions and, when endpoints are enabled, note routes under the parent entity.