Class AgentType
A data type for information about agents (e.g., call takers, dispatchers, supervisors, responding emergency resources, etc.) and automated systems acting as agents that are involved in an incident. See Section 2.5 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 AgentType : PrologueType
Properties
agencyReference
Linked element type is AgencyType
Declaration
public ReferenceType agencyReference { get; set; }
Property Value
Type | Description |
---|---|
ReferenceType |
agentJcard
The agent’s contact information.
Declaration
public string agentJcard { get; set; }
Property Value
Type | Description |
---|---|
System.String |
agentRoleRegistryText
Shall only contain values present in the Agent Role registry. See Section 10.28 of NENA-STA-010.3.
Declaration
public List<string> agentRoleRegistryText { get; set; }
Property Value
Type | Description |
---|---|
List<System.String> |
agentWorkstationPositionIdentification
The workstation position ID within the agent’s agency.
Declaration
public string agentWorkstationPositionIdentification { get; set; }
Property Value
Type | Description |
---|---|
System.String |
notesReference
Reference to a Notes Data Component. Contains optional alphanumeric text further describing the agent.
Declaration
public List<ReferenceType> notesReference { get; set; }
Property Value
Type | Description |
---|---|
List<ReferenceType> |