Class Tuple
Class for the tuple element. See RFC 3863 and RFC 4119.
Inherited Members
Namespace: Pidf
Assembly: Ng911Lib.dll
Syntax
[Serializable]
public class Tuple
Constructors
| Edit this page View SourceTuple()
Default constructor.
Declaration
public Tuple()
Fields
| Edit this page View Sourcecontact
May contain a URI to contact the entity that the location pertains to. Optional.
Declaration
public string contact
Field Value
Type | Description |
---|---|
string |
id
ID for the tuple object. Required.
Declaration
public string id
Field Value
Type | Description |
---|---|
string |
note
Contains human readable comments text. Optional.
Declaration
public string note
Field Value
Type | Description |
---|---|
string |
status
Wrapper element for a geopriv element that contains the location information. Required.
Declaration
public Status status
Field Value
Type | Description |
---|---|
Status |
timestamp
Time of the location. Optional.
Declaration
public DateTime timestamp
Field Value
Type | Description |
---|---|
DateTime |