Class ValueOverrideInfo
Which field the user changed last. This helps the calulation to calculate the other fields correctly.
Namespace: SuperOffice.CRM
Assembly: SuperOffice.Plugins.dll
Syntax
public sealed class ValueOverrideInfo : Enum
Fields
None
0: Discount data is from the ERP system and has not been overridden
Declaration
public const ValueOverrideInfo None
Field Value
Type | Description |
---|---|
ValueOverrideInfo |
OverrideDiscountAmount
3: The discount amount has been overridden; all other fields should be recalculated
Declaration
public const ValueOverrideInfo OverrideDiscountAmount
Field Value
Type | Description |
---|---|
ValueOverrideInfo |
OverrideDiscountPercent
2: The discount percentage has been overriden; all other fields should be recalculated
Declaration
public const ValueOverrideInfo OverrideDiscountPercent
Field Value
Type | Description |
---|---|
ValueOverrideInfo |
OverrideEarningAmount
5: The earning amount has been overridden; all other fields should be recalculated
Declaration
public const ValueOverrideInfo OverrideEarningAmount
Field Value
Type | Description |
---|---|
ValueOverrideInfo |
OverrideEarningPercent
4: The earning percent has been overridden; all other fields should be recalculated
Declaration
public const ValueOverrideInfo OverrideEarningPercent
Field Value
Type | Description |
---|---|
ValueOverrideInfo |
OverrideTotal
1: The Total amount has been overridden; all other fields should be recalculated
Declaration
public const ValueOverrideInfo OverrideTotal
Field Value
Type | Description |
---|---|
ValueOverrideInfo |
value__
Which field the user changed last. This helps the calulation to calculate the other fields correctly.
Declaration
public int value__
Field Value
Type | Description |
---|---|
Int32 |
Extension Methods
EnumUtil.MapEnums<From, To>(From)