AccessConstraintHelper.GetConstrainedLinkEnd 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.3.420.0 (24.3.420.0)
Syntaxpublic 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.Access.ILinkConstraint
The constraint.
Return Value
Type:
IServiceProviderThe object at the end of the link to which the constraint is applied.
Exceptions
See Also