Class ByRefType
Data class for passing additional data by reference
Inherited Members
Namespace: AdditionalData
Assembly: Ng911Lib.dll
Syntax
[Serializable]
public class ByRefType
Constructors
| Edit this page View SourceByRefType()
Default constructor. Used for de-serialization using XmlSerializer or to create a new object of this type.
Declaration
public ByRefType()
ByRefType(XmlNode)
Constructor used when manually parsing a XML document.
Declaration
public ByRefType(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[] |
purpose
Purpose attribute that indicates the type data returned when the URI in the ref attribute is dereferenced. The allowed values are: EmergencyCallData.ServiceInfo, EmergencyCallData.SubscriberInfo, EmergencyCallData.ProviderInfo, EmergencyCallData. DeviceInfo and EmergencyCallData.Comment.
Declaration
public string purpose { get; set; }
Property Value
Type | Description |
---|---|
string |
ref
Contains a URI to dereference to get the additional data.
Declaration
public string @ref { get; set; }
Property Value
Type | Description |
---|---|
string |