Class clientpidmap
Class that gives a global meaning to a local PID source identifier. See Section 6.7.7 of RFC 6350.
Inherited Members
Namespace: AdditionalData
Assembly: Ng911Lib.dll
Syntax
[Serializable]
public class clientpidmap
Constructors
| Edit this page View Sourceclientpidmap()
Default constructor. Used for de-serialization using XmlSerializer or to create a new object of this type.
Declaration
public clientpidmap()
clientpidmap(XmlNode)
Constructor used when programmatically parsing a XML document.
Declaration
public clientpidmap(XmlNode Root)
Parameters
Type | Name | Description |
---|---|---|
XmlNode | Root | Root node containing the XML for this type |
Fields
| Edit this page View Sourcesourceid
Contains a small positive numeric ID value.
Declaration
public string sourceid
Field Value
Type | Description |
---|---|
string |
uri
Contains a URI or a URN
Declaration
public string uri
Field Value
Type | Description |
---|---|
string |