The TwxDataSample type exposes the following members.
Constructors
Name | Description | |
---|---|---|
TwxDataSample |
Initializes a TwxDataSample with a time stamp and a value.
|
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetPropertyName``1 | (Inherited from BindableObject.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
OnPropertyChanged(String) | (Inherited from BindableObject.) | |
OnPropertyChanged``1(Expression<(Of <<'(Func<(Of <<'(UMP>)>>)>)>>)) | (Inherited from BindableObject.) | |
SetAndNotify``1(UMP%, UMP, Expression<(Of <<'(Func<(Of <<'(UMP>)>>)>)>>)) | (Inherited from BindableObject.) | |
SetAndNotify``1(UMP%, UMP, String) | (Inherited from BindableObject.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
IsGoodQualityData |
Gets whether both IsMissingData and IsUncertainData are false.
| |
IsMissingData |
Gets or sets whether the sample has missing data.
| |
IsUncertainData |
Gets or sets whether the sample has uncertain quality data.
| |
Tag |
Gets or sets custom data associated to this sample. Not used internally.
| |
TextValue |
Gets or sets the text value.
| |
Timestamp |
Gets or sets the timestamp. Value shared with XValue.
| |
XValue |
Gets or sets the X value. Usually time in milliseconds. Value shared with Timestamp.
| |
YValue |
Gets or sets the Y value.
| |
ZValue |
Gets or sets the Z value. Not used internally.
|
Events
Name | Description | |
---|---|---|
PropertyChanged | (Inherited from BindableObject.) |