Quantity Methods

Methods

Append(IQuantity, String, String) Append idExtra to the quantity Id and descExtra to the quantity description
Append(PredefinedQuantity, String, String) Append idExtra to the quantity Id and descExtra to the quantity description
AppendNum Append the number in the id and description string of the quantity.
AppendZoneNum Create zone quantity

This is used by the NAM model to create snow zone quantities.

Append the number in the id (if larger than one) and prepend "Zone X" to description of quantity.

If the description already contains "Zone", it is replaced by "Zone X"

ComparerDescription Provides a equality comparer that also includes the Description in the comparison
ComparerGroup Provides a equality comparer that groups quantities of the same type.

Quantities like SnowCover, SnowCover_2, SnowCover_3 are in this context grouped under one.

Create(PredefinedQuantity) Get the Quantity based on one of the PredefinedQuantity
Create(PredefinedQuantity, eumUnit) Create a new Quantity based on one of the PredefinedQuantity
Create(PredefinedQuantity, String) Create a new Quantity based on one of the PredefinedQuantity
Create(eumItem, String, String) Create a new Quantity. Not static for COM support.
CreateDerived(IQuantity, DerivedQuantityType) Create derived quantity, from baseQuantity make a quantity of type derivedType
CreateDerived(PredefinedQuantity, DerivedQuantityType) Create derived quantity, from predefinedBaseQuantity make a quantity of type derivedType
CreateSensor Create a quantity for control module variable
CreateVariable Create a quantity for control module variable
Equals(IQuantity) Indicates whether the current object is equal to another object of the same type.
Equals(Object) Determines whether the specified Object is equal to the current Object.
(Overrides ObjectEquals(Object))
Equals(IQuantity, IQuantity) Equals method on BaseId, which is the Id with commas and spaces removed.
EqualsBaseId Equals method on BaseId, which is the Id with commas and spaces removed.
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Get Get the Quantity based on one of the PredefinedQuantity
GetHashCode Serves as a hash function for a particular type.
(Overrides ObjectGetHashCode)
GetHashCode(IQuantity) Serves as a hash function for this type. Uses the Id of the quantity as specified, but not the description.
GetHashCodeBaseId Serves as a hash function based on Base Id.
GetTypeGets the Type of the current instance.
(Inherited from Object)
GuessUnitFromString Try guess an eum unit from a string.

For this to work, be sure to use a string matching the Description ("Desc") of an eumUnit.

If the string does not exactly any unit, a set of common abbreviations are tried.

If no success, eumUUnitUndefined is returned.

MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
PrependNum Prepend the number in the id string of the quantity.
ToBaseId Converting a Quantity Id to its base form, without commas and spaces
ToString Return eumItemType and description as a string
(Overrides ObjectToString)

See Also