MeasurementTokenItem Class

An individual measurement token with a value and a unit.

Definition

Namespace: ShopTools
Assembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
C#
public class MeasurementTokenItem
Inheritance
Object    MeasurementTokenItem

Constructors

MeasurementTokenItem Create a new instance of the MeasurementTokenItem Item.

Properties

TokenType Get/Set the token type used to identify this token.
Value Get/Set the value of the measurement.

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

Fields

mTokenType Private member for TokenType.
mValue Private member for Value.

See Also