Class LocationInfo
Wrapper class for the LocationInfo 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 LocationInfo
Constructors
| Edit this page View SourceLocationInfo()
Default constructor to use when programmatically creating a new object.
Declaration
public LocationInfo()
LocationInfo(XmlNode)
Constructor used when manually parsing a XML document.
Declaration
public LocationInfo(XmlNode Root)
Parameters
Type | Name | Description |
---|---|---|
XmlNode | Root | Root node containing the XML for this type |
Fields
| Edit this page View SourceDataProviderReference
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 |
LocationContacts
Contains one or more xCards containing contacts related to the location.
Declaration
public List<vcardType> LocationContacts
Field Value
Type | Description |
---|---|
List<vcardType> |
LocationSpecificData
URI for the document that contains the additional data for the location.
Declaration
public string LocationSpecificData
Field Value
Type | Description |
---|---|
string |
LocationSpecificType
String that describes the structure of the CallerSpecificData document. Values are to be determined.
Declaration
public string LocationSpecificType
Field Value
Type | Description |
---|---|
string |