Class EmergencyCallDataValueType
Container class for passing additional data by value
Inherited Members
Namespace: AdditionalData
Assembly: Ng911Lib.dll
Syntax
[Serializable]
public class EmergencyCallDataValueType
  Constructors
| Edit this page View SourceEmergencyCallDataValueType()
Default constructor. Used for de-serialization using XmlSerializer or to create a new object of this type.
Declaration
public EmergencyCallDataValueType()
  EmergencyCallDataValueType(XmlNode)
Constructor used when manually parsing a XML document.
Declaration
public EmergencyCallDataValueType(XmlNode Root)
  Parameters
| Type | Name | Description | 
|---|---|---|
| XmlNode | Root | Root node containing the XML for this type  | 
      
Properties
| Edit this page View SourceAny
Extension point for this class
Declaration
public XmlElement[] Any { get; set; }
  Property Value
| Type | Description | 
|---|---|
| XmlElement[] | 
EmergencyCallDataComment
Comments that may relate to any of the other additional data blocks
Declaration
public CommentType[] EmergencyCallDataComment { get; set; }
  Property Value
| Type | Description | 
|---|---|
| CommentType[] | 
EmergencyCallDataDeviceInfo
Device information about the device from which the emergency call was made
Declaration
public DeviceInfoType[] EmergencyCallDataDeviceInfo { get; set; }
  Property Value
| Type | Description | 
|---|---|
| DeviceInfoType[] | 
EmergencyCallDataProviderInfo
Contains an array of ProviderInfoType objects for additional data providers
Declaration
public ProviderInfoType[] EmergencyCallDataProviderInfo { get; set; }
  Property Value
| Type | Description | 
|---|---|
| ProviderInfoType[] | 
EmergencyCallDataServiceInfo
Service information for the call
Declaration
public ServiceInfoType[] EmergencyCallDataServiceInfo { get; set; }
  Property Value
| Type | Description | 
|---|---|
| ServiceInfoType[] | 
EmergencyCallDataSubscriberInfo
Contains information about the subscriber of the service
Declaration
public SubscriberInfoType[] EmergencyCallDataSubscriberInfo { get; set; }
  Property Value
| Type | Description | 
|---|---|
| SubscriberInfoType[] |