Skip to content

voicenotesai.models.comment

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

< Back


Comment

Namespace: VoiceNotesAI.Models

public class Comment

Inheritance ObjectComment
Attributes NullableContextAttribute, NullableAttribute

Properties

Id

public int Id { get; set; }

Property Value

Int32

NoteId

public int NoteId { get; set; }

Property Value

Int32

Content

public string Content { get; set; }

Property Value

String

CreatedAt

public DateTime CreatedAt { get; set; }

Property Value

DateTime

Constructors

Comment()

public Comment()

Methods

Validate()

public void Validate()

Create(Int32, String)

public static Comment Create(int noteId, string content)

Parameters

noteId Int32

content String

Returns

Comment


< Back

Clone this wiki locally