UnitInfo Class

Description class of the measurement unit.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
C#
public class UnitInfo : IDetailedTerm
Inheritance
Object    UnitInfo
Implements
IDetailedTerm

Constructors

UnitInfo Default constructor of the UnitInfo class.

Properties

BackwardRelation Used by non-linear units only.
DefaultNames List of the default names for the measurement unit.
Description Description of the measurement unit.
DimensionDescription Dimension description of the measurement unit.
DimensionId Dimension ID of the measurement unit.
Factor Factor equation of the measurement unit.
IsBaseUnit Determines if current measurement unit is a base unit for its dimention.
Offset Offset equation of the measurement unit.
Properties List of the properties for the measurement unit.
Relations Map of the relations of current measurement unit against other dimentions.
SynonymFor Synonym for the measurement unit.
System System of the measurement unit.
Text Text representation of the measurement unit.
Title Always empty as it is not used for Units.

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)
GetDefaultName Gets the default name of the measurement unit.
GetDetails Shows a string representation of current expression component information.
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetRelationBySystem Converts the result of GetRelationByUnitSystem(String, Boolean) to terms.
Obsolete.
GetRelationByUnitSystem Returns relation for the specified system. If not specified, then returns relation for any available system, prioritized by specified one.
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.
(Overrides Object.ToString())
ToTerm Returns a Term current detailed description is prepared for.

See Also