Asset Class

This class represents an asset.

Definition

Namespace: SmallEarthTech.AntPlus.DeviceProfiles.AssetTracker
Assembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 4.0.0.0+4009252dff1e4f6bcda36b6b0041486552134bc5
C#
public class Asset : ObservableObject
Inheritance
Object    ObservableObject    Asset

Constructors

Asset Initializes a new instance of the Asset class.

Properties

BearingGets the bearing.
ColorGets the color of the asset. This is an 8 bit RGB value.
DistanceGets the distance.
IndexGets the index of the asset.
LatitudeGets the latitude.
LongitudeGets the longitude.
NameGets the name of the asset.
SituationGets the situation of the asset. This typically applies to dogs.
StatusGets the status of the asset.
TypeGets the type of the asset.

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)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also