VariableDirection Enumeration |
Variables or parameters of a model have different access provider that can be set using directions
Namespace: FlexRule.SignatureAssembly: FlexRule.Core.Element (in FlexRule.Core.Element.dll) Version: 0.0.0.0 (0.0.0.0)
Syntaxpublic enum VariableDirection
Members
| Member name | Value | Description |
---|
| Local | 0 | |
| In | 1 | |
| Out | 2 | |
| InOut | 3 | |
See Also