public class UnitInfo : IDetailedTerm
Public Class UnitInfo
Implements IDetailedTerm
public ref class UnitInfo : IDetailedTerm
type UnitInfo =
class
interface IDetailedTerm
end
UnitInfo | Default constructor of the UnitInfo class. |
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. |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize | Allows 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. |
GetHashCode | Serves 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. |
GetType | Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
ToString | Returns a string that represents the current object. (Overrides Object.ToString()) |
ToTerm | Returns a Term current detailed description is prepared for. |