Class NoteModel
Namespace: Ayuda.BMS.Splash.PI.SDK.Models
Properties
LinkedToID
Typpe: Guid. The ID of the object this note is linked to.
Declaration
public Guid LinkedToID { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
NoteID
Type: Guid. The unique identifier of the note.
Declaration
public Guid NoteID { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Subject
Type: String. Maximum length: 255. The subject of the note.
Declaration
public string Subject { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Text
Type: String. The text of the note.
Declaration
public string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String |