Distance Class

Represents distance of one object from another. Provides units of measure.

Definition

Namespace: BeeMobile.iWheel
Assembly: BeeMobile.iWheel.NET48 (in BeeMobile.iWheel.NET48.dll) Version: 4.8.4.3
C#
public class Distance : INotifyPropertyChanged
Inheritance
Object    Distance
Implements
INotifyPropertyChanged

Constructors

Distance Initializes a new instance of Distance class.

Properties

Quantity Gets or sets the distance quantity of one object from another.
Unit Gets or sets the unit used to measure the Quantity.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
OnDistanceChanged Fires the PropertyChanged event.
ToString Converts the numeric value of this instance to its equivalent string representation.
(Overrides ObjectToString)

Events

PropertyChanged Notifies of a change of either the Quantity or the Unit property.

See Also