AccessConstraintSource Enumeration |
Indicates the source of an Access constraint.
Namespace:
AGI.Foundation.Access
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public enum AccessConstraintSource
Public Enumeration AccessConstraintSource
public enum class AccessConstraintSource
type AccessConstraintSource
Members
| Member name | Description |
---|
| TransmitterConstraint |
The constraint is owned by the AccessComputation instance and associated with the "Transmitter" platform.
|
| ReceiverConstraint |
The constraint is owned by the AccessComputation instance and associated with the "Receiver" platform.
|
| InheritedTransmitterConstraint |
The constraint is owned by and inherited from the "Transmitter" platform.
|
| InheritedReceiverConstraint |
The constraint is owned by and inherited from the "Receiver" platform.
|
See Also