.NET Documentation
C#
VB
Show/Hide TOC
Logistic
Requirement
Type Enumeration
Lists the different types of logistical requirements.
Definition
Namespace:
Aliquo.Core
Assembly:
Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
Copy
public
enum
LogisticRequirementType
VB
Copy
Public
Enumeration
LogisticRequirementType
Members
None
0
None
(N)
.
AllMovements
1
All movements
(T)
.
OnlyInputs
3
Tickets only
(E)
OnlyOutputs
4
Exits only
(S)
.
See Also
Reference
Aliquo.Core Namespace
In This Article
Definition
Members
See Also