Open sandboxFocus

Class Constraint

In Metalama, use an aspect or a fabric, and register a reference validator using the ValidateReferences<TValidator>(Func<TDeclaration, TValidator>) or ValidateReferences(ReferenceValidator) method. For instance, from the BuildAspect(IAspectBuilder<T>) method of an aspect, call builder.IAspectReceiverSelector<TTarget>.With<TMember>(System.Func<TTarget,System.Collections.Generic.IEnumerable<TMember>>)(...).ValidateReferences<TValidator>(Func<TDeclaration, TValidator>).

Implements
Namespace: PostSharp.Constraints
Assembly: Metalama.Migration.dll
Syntax
[Obsolete("In Metalama, use an aspect or a fabric, and register a reference validator using the 'IValidatorReceiver<TDeclaration>.ValidateReferences<TValidator>(Func<TDeclaration, TValidator>)' or 'IValidatorReceiver.ValidateReferences(ReferenceValidator)' method. For instance, from the 'IAspect<T>.BuildAspect(IAspectBuilder<T>)' method of an aspect, call <c>builder</c>.'!:IAspectReceiverSelector<TTarget>.With<TMember>(System.Func<TTarget,System.Collections.Generic.IEnumerable<TMember>>)'<c>(...)</c>.'IValidatorReceiver<TDeclaration>.ValidateReferences<TValidator>(Func<TDeclaration, TValidator>)'.", false)]
public abstract class Constraint : MulticastAttribute, IConstraint

Constructors

Name Description
Constraint()

Methods

Name Description
ValidateConstraint(object)

See Also