Enum TransferUpdateType
The type of operation to perform on a property for the new records involved in a transfer process
Namespace: LemonEdge.API.Attributes
Assembly: API.dll
Syntax
public enum TransferUpdateType : short
Fields
Name | Description |
---|---|
AutoTransfer | Automatically apply the original value to the new transfer records with the correct amounts proportionally to the entities being transferred to/from |
Null | Set the values to null on the new transfer record |
Zero | Set the values to 0 on the new transfer record |