Click or drag to resize

IAccessConstraintsService Interface

A service that provides AccessConstraints. This is intended to be used with FromObject(IServiceProvider), which will configure the constraints to ensure that they are configured to apply to the link (ConstrainedLink) or object (ConstrainedObject) to which they are attached.

Namespace:  AGI.Foundation.Access
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public interface IAccessConstraintsService

The IAccessConstraintsService type exposes the following members.

Properties
  NameDescription
Public propertyConstraints
Gets the collection of AccessConstraints attached to the given IServiceProvider.
Top
See Also