Click or drag to resize

AccessConstraintSource Enumeration

Indicates the source of an Access constraint.

Namespace:  AGI.Foundation.Access
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public enum AccessConstraintSource
Members
  Member nameDescription
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