Enum PriceTypes
- Namespace
- Ecng.ComponentModel
- Assembly
- Ecng.ComponentModel.dll
Measure units.
[DataContract]
public enum PriceTypes
- Extension Methods
Fields
[EnumMember] Absolute = 0
The absolute value. Incremental change is a given number.
[EnumMember] Limit = 2
The limited value. This unit allows to set a specific change number, which cannot be used in arithmetic operations Price.
[EnumMember] Percent = 1
Percents. Step change - one hundredth of a percent.