Class QuantityUnitIso
- Namespace
- RetailForce.Fiscalisation.Model.Helper
- Assembly
- RetailForce.Fiscalisation.Model.dll
Class for ISO quantity units
public class QuantityUnitIso
- Inheritance
-
objectQuantityUnitIso
- Inherited Members
Properties
Description
Gets or sets the description.
public string Description { get; set; }
Property Value
- string
The description.
IsoCode
Gets or sets the iso code.
public string IsoCode { get; set; }
Property Value
- string
The iso code.
IsoCodeAllCaps
Gets or sets the iso code all caps.
public string IsoCodeAllCaps { get; set; }
Property Value
- string
The iso code all caps.
IsoCodeEnum
Gets or sets the iso code enum.
public QuantityUnitIsoCode IsoCodeEnum { get; set; }
Property Value
- QuantityUnitIsoCode
The iso code enum.
Methods
ToString()
Converts to string.
public override string ToString()
Returns
- string
A string that represents this instance.