Class NotesType
A data type for notes and comments associated with an incident. See Section 2.15 of NENA-STA-021.1a-2022.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Eido
Assembly: EidoLib.dll
Syntax
public class NotesType : PrologueType
Properties
agentReference
Identifies the agent and agency that entered the note contained in this data component. Linked element type is AgentType
Declaration
public ReferenceType agentReference { get; set; }
Property Value
Type | Description |
---|---|
ReferenceType |
notesActionComments
A note about an incident created by an agent; in HTML5 format. Required.
Declaration
public string notesActionComments { get; set; }
Property Value
Type | Description |
---|---|
System.String |