Class CommentType
Data class for the additional data Comment block. Provides a mechanism for the data provider to supply extra, human-readable information to the PSAP. See Section 4.5 of RFC 7851.
Inherited Members
Namespace: AdditionalData
Assembly: Ng911Lib.dll
Syntax
[Serializable]
public class CommentType
  Constructors
| Edit this page View SourceCommentType()
Default constructor.
Declaration
public CommentType()
  CommentType(XmlNode)
Constructor used when manually parsing a XML document.
Declaration
public CommentType(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[] | 
Comment
Contains an array of comments. Each comment contains a free form text string.
Declaration
public CommentSubType[] Comment { get; set; }
  Property Value
| Type | Description | 
|---|---|
| CommentSubType[] | 
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 |