Table of Contents

Class Zone<T>

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

Represents a zone that contains a collection of distribution buckets and indicates whether it is sensor-based.

public class Zone<T>

Type Parameters

T

The type of elements contained in the distribution buckets.

Inheritance
Zone<T>
Derived
Inherited Members

Properties

DistributionBuckets

Gets or sets the collection of distribution buckets for this zone.

public List<T> DistributionBuckets { get; set; }

Property Value

List<T>

SensorBased

Gets or sets a value indicating whether the operation is based on sensor input.

public bool SensorBased { get; set; }

Property Value

bool