Class CallerInfo
Wrapper class for the CallerInfo XML document that contains additional information about a caller. See Section 3.5.3 of NENA-STA-012.2
Inherited Members
Namespace: AdditionalData
Assembly: Ng911Lib.dll
Syntax
[Serializable]
public class CallerInfo
  Constructors
| Edit this page View SourceCallerInfo()
Default constructor to use when programmatically creating a new object.
Declaration
public CallerInfo()
  CallerInfo(XmlNode)
Constructor used when manually parsing a XML document.
Declaration
public CallerInfo(XmlNode Root)
  Parameters
| Type | Name | Description | 
|---|---|---|
| XmlNode | Root | Root node containing the XML for this type  | 
      
Fields
| Edit this page View SourceCallerData
Contains one or more xCards that identify the caller.
Declaration
public List<vcardType> CallerData
  Field Value
| Type | Description | 
|---|---|
| List<vcardType> | 
CallerSpecificData
URI for the document that contains the additional data for the caller.
Declaration
public string CallerSpecificData
  Field Value
| Type | Description | 
|---|---|
| string | 
CallerSpecificType
String that describes the structure of the CallerSpecificData document. Values are to be determined.
Declaration
public string CallerSpecificType
  Field Value
| Type | Description | 
|---|---|
| string | 
DataProviderReference
Identifies the provider (data provider) of this block. Should match the DataProviderReference element of a ProviderInfo additional data block.
Declaration
public string DataProviderReference
  Field Value
| Type | Description | 
|---|---|
| string |