Table of Contents

Class ClubActivity

Namespace
Tudormobile.Strava.Model
Assembly
Tudormobile.Strava.dll

Represents a Club Activity in the Strava API.

public class ClubActivity
Inheritance
ClubActivity
Inherited Members

Properties

Athlete

Gets or sets the meta information about the athlete who performed the activity.

public SummaryAthlete Athlete { get; set; }

Property Value

SummaryAthlete

Distance

Gets or sets the distance of the activity in meters.

public double Distance { get; set; }

Property Value

double

ElapsedTime

Gets or sets the elapsed time of the activity in seconds.

public long ElapsedTime { get; set; }

Property Value

long

MovingTime

Gets or sets the moving time of the activity in seconds.

public long MovingTime { get; set; }

Property Value

long

Name

Gets or sets the name of the activity.

public string Name { get; set; }

Property Value

string

SportType

Gets or sets the sport type of the activity.

public SportTypes SportType { get; set; }

Property Value

SportTypes

TotalElevationGain

Gets or sets the total elevation gain of the activity in meters.

public double TotalElevationGain { get; set; }

Property Value

double

Type

Gets or sets the type of the activity (deprecated, use SportType instead).

public string? Type { get; set; }

Property Value

string

WorkoutType

Gets or sets the workout type. This value is activity-specific and indicates the nature of the workout.

public int? WorkoutType { get; set; }

Property Value

int?