Class UpdatedCBNType
A data type for additional telephone numbers and SIP equivalents that can be used to contact the individual that made a call associated with an incident. See Section 2.12 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 UpdatedCBNType : PrologueType
Properties
updatedCbnCallerDescription
Additional descriptive text about an updated caller call back number such as the days and hours to use it and the type of number(e.g., work, home, friend, etc.).
Declaration
public string updatedCbnCallerDescription { get; set; }
Property Value
Type | Description |
---|---|
System.String |
updatedCbnIdentifierUri
A telephone number or SIP equivalent of a reporting party described in the parent call. Required.
Declaration
public string updatedCbnIdentifierUri { get; set; }
Property Value
Type | Description |
---|---|
System.String |