Class adrParameters
Class for the parameters of the adr (address) class. See Section 6.3.1 of RFC 6350.
Inherited Members
Namespace: AdditionalData
Assembly: Ng911Lib.dll
Syntax
[Serializable]
public class adrParameters
  Constructors
| Edit this page View SourceadrParameters()
Default constructor. Used for de-serialization using XmlSerializer or to create a new object of this type.
Declaration
public adrParameters()
  adrParameters(XmlNode)
Constructor used when programmatically parsing a XML document.
Declaration
public adrParameters(XmlNode Root)
  Parameters
| Type | Name | Description | 
|---|---|---|
| XmlNode | Root | Root node containing the XML for this type  | 
      
Fields
| Edit this page View Sourcealtid
Alternate ID parameters
Declaration
public altid altid
  Field Value
| Type | Description | 
|---|---|
| altid | 
geo
Geographic parameters
Declaration
public adrParametersGeo geo
  Field Value
| Type | Description | 
|---|---|
| adrParametersGeo | 
label
Address label for display
Declaration
public label label
  Field Value
| Type | Description | 
|---|---|
| label | 
language
Language parameters
Declaration
public language language
  Field Value
| Type | Description | 
|---|---|
| language | 
pid
PID parameters
Declaration
public string[] pid
  Field Value
| Type | Description | 
|---|---|
| string[] | 
pref
Preference parameters
Declaration
public pref pref
  Field Value
| Type | Description | 
|---|---|
| pref | 
type
Type parameters
Declaration
public typeText[] type
  Field Value
| Type | Description | 
|---|---|
| typeText[] | 
tz
Time zone parameters
Declaration
public adrParametersTZ tz
  Field Value
| Type | Description | 
|---|---|
| adrParametersTZ |