AccessConstraintHelperGetConstrainedLinkEnd Method |
Gets the object at the end of the link to which a specified constraint is applied.
Namespace:
AGI.Foundation.Access
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public static IServiceProvider GetConstrainedLinkEnd(
ILinkConstraint constraint
)
Public Shared Function GetConstrainedLinkEnd (
constraint As ILinkConstraint
) As IServiceProvider
public:
static IServiceProvider^ GetConstrainedLinkEnd(
ILinkConstraint^ constraint
)
static member GetConstrainedLinkEnd :
constraint : ILinkConstraint -> IServiceProvider
Parameters
- constraint
- Type: AGI.Foundation.AccessILinkConstraint
The constraint.
Return Value
Type:
IServiceProviderThe object at the end of the link to which the constraint is applied.
Exceptions See Also