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.2.419.0 (24.2.419.0)
Syntax public LinkRole ConstrainedLinkEnd { get; set; }
Public Property ConstrainedLinkEnd As LinkRole
Get
Set
public:
virtual property LinkRole ConstrainedLinkEnd {
LinkRole get () sealed;
void set (LinkRole value) sealed;
}
abstract ConstrainedLinkEnd : LinkRole with get, set
override ConstrainedLinkEnd : LinkRole with get, set
Property Value
Type:
LinkRoleImplements
ILinkConstraintConstrainedLinkEndRemarks
Some link constraints may be identical when observed from either end and will ignore this property.
See Also