Click or drag to resize

ILinkConstraint Interface

An interface to an AccessConstraint that constrains the relationship between two objects.

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 ILinkConstraint

The ILinkConstraint type exposes the following members.

Properties
  NameDescription
Public propertyConstrainedLink
Gets or sets the link to which this constraint applies.
Public propertyConstrainedLinkEnd
Gets or sets the end of the link to which this constraint applies. Usually this corresponds to the end of the link that is observing the relationship between the objects for the purpose of the constraint computation.
Top
See Also