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.2.419.0 (24.2.419.0)
Syntax public enum AccessConstraintApplicability
Public Enumeration AccessConstraintApplicability
public enum class AccessConstraintApplicability
type AccessConstraintApplicability
Members
| Member name | Description |
---|
| 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