DuplicateUnitMode Enumeration |
Namespace: CorrigoService.Enums
[SerializableAttribute] public enum DuplicateUnitMode
Member name | Value | Description | |
---|---|---|---|
Unknown | 0 | ||
Fail | 1 | throw exception if Unit matching routine’s parameters already exists | |
Reuse | 2 | existing Unit will be returned to routine’s caller | |
Ignore | 3 | means application doesn’t care if Unit already exists; new Unit will always be created |