Skip to content

voicenotesai.models.note

github-actions[bot] edited this page Mar 4, 2026 · 2 revisions

< Back


Note

Namespace: VoiceNotesAI.Models

public class Note

Inheritance ObjectNote
Attributes NullableContextAttribute, NullableAttribute

Properties

Id

public int Id { get; set; }

Property Value

Int32

Title

public string Title { get; set; }

Property Value

String

Description

public string Description { get; set; }

Property Value

String

Category

public string Category { get; set; }

Property Value

String

AudioFilePath

public string AudioFilePath { get; set; }

Property Value

String

CreatedAt

public DateTime CreatedAt { get; set; }

Property Value

DateTime

UpdatedAt

public DateTime UpdatedAt { get; set; }

Property Value

DateTime

Constructors

Note()

public Note()

Methods

Validate()

public void Validate()

Update(String, String, String, String)

public void Update(string title, string description, string category, string audioFilePath)

Parameters

title String

description String

category String

audioFilePath String

Create(String, String, String, String)

public static Note Create(string title, string description, string category, string audioFilePath)

Parameters

title String

description String

category String

audioFilePath String

Returns

Note


< Back

Clone this wiki locally