Click or drag to resize

AlwaysSatisfiedLinkConstraintConstrainedLinkEnd Property

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.

Namespace:  AGI.Foundation.Access
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public LinkRole ConstrainedLinkEnd { get; set; }

Property Value

Type: LinkRole

Implements

ILinkConstraintConstrainedLinkEnd
Remarks
Some link constraints may be identical when observed from either end and will ignore this property.
See Also