public class GeneralDataPage : ObservableObject
Public Class GeneralDataPage
Inherits ObservableObject
public ref class GeneralDataPage : public ObservableObject
type GeneralDataPage =
class
inherit ObservableObject
end
FitnessEquipmentGeneralDataPage | Initializes a new instance of the FitnessEquipmentGeneralDataPage class |
DistanceTraveled | Gets the distance traveled in meters. This property is only valid when DistanceTraveledEnabled is enabled. |
DistanceTraveledEnabled | Gets the distance traveled enabled flag. |
ElapsedTime | Gets the elapsed time. |
EquipmentType | Gets the type of the equipment. |
HeartRateSource | Gets the heart rate source. |
InstantaneousHeartRate | Gets the instantaneous heart rate. |
InstantaneousSpeed | Gets the instantaneous speed. |
VirtualSpeedFlag | Gets the virtual speed flag. |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
ToString | Returns a string that represents the current object. (Inherited from Object) |