Class GpxDocument.GpxEntity
- Namespace
- Tudormobile.Strava.Documents
- Assembly
- Tudormobile.Strava.dll
Base class for GPX entities that contain common metadata properties.
public class GpxDocument.GpxEntity : XmlDocumentBase.XmlDocumentElement
- Inheritance
-
GpxDocument.GpxEntity
- Derived
- Inherited Members
Properties
ClassificationType
Gets the classification type of the GPX entity.
public string ClassificationType { get; }
Property Value
Comment
Gets the comment associated with the GPX entity.
public string Comment { get; }
Property Value
Description
Gets the description of the GPX entity.
public string Description { get; }
Property Value
Name
Gets the name of the GPX entity.
public string Name { get; }
Property Value
Source
Gets the source of the GPX data.
public string Source { get; }
Property Value
SymbolName
Gets the symbol name for the GPX entity.
public string SymbolName { get; }