Table of Contents

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

string

Comment

Gets the comment associated with the GPX entity.

public string Comment { get; }

Property Value

string

Description

Gets the description of the GPX entity.

public string Description { get; }

Property Value

string

Name

Gets the name of the GPX entity.

public string Name { get; }

Property Value

string

Source

Gets the source of the GPX data.

public string Source { get; }

Property Value

string

SymbolName

Gets the symbol name for the GPX entity.

public string SymbolName { get; }

Property Value

string