Click or drag to resize

AccessConstraintApplicability Enumeration

An indication of when an access constraint applies.

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 AccessConstraintApplicability
Members
  Member nameDescription
AppliesAlways The constraint always applies, no matter whether the object to which the constraint is attached is the "Transmitter" object or the "Receiver" object.
TransmitterOnly The constraint only applies during access computations in which the object to which the constraint is attached is the "Transmitter" object.
ReceiverOnly The constraint only applies during access computations in which the object to which the constraint is attached is the "Receiver" object.
See Also