Class SubscriberInfoType
Data class for the SubscriberInfo additional data block. This class contains information about the telephone service subscriber. See Section 4.4 of RFC 7852.
Inherited Members
Namespace: AdditionalData
Assembly: Ng911Lib.dll
Syntax
[Serializable]
public class SubscriberInfoType
Constructors
| Edit this page View SourceSubscriberInfoType()
Default constructor. Used for de-serialization using XmlSerializer or to create a new object of this type.
Declaration
public SubscriberInfoType()
SubscriberInfoType(XmlNode)
Constructor used when manually parsing a XML document.
Declaration
public SubscriberInfoType(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[] |
DataProviderReference
Identifies the provider (data provider) of this block. Should match the DataProviderReference element of a ProviderInfo additional data block.
Declaration
public string DataProviderReference { get; set; }
Property Value
Type | Description |
---|---|
string |
SubscriberData
Contains information known by the service provider or device about the subscriber, e.g., Name, Address, Individual Telephone Number, Main Telephone Number, and any other data.
Declaration
public vcardType[] SubscriberData { get; set; }
Property Value
Type | Description |
---|---|
vcardType[] |
privacyRequested
If true, then the subscriber requests data privacy.The interpretation of this indicator is left to each jurisdiction. See Section 4.4.1 of RFC 7852.
Declaration
public bool privacyRequested { get; set; }
Property Value
Type | Description |
---|---|
bool |