1 override of Constraint
System.ComponentModel.Composition (1)
System\ComponentModel\Composition\Primitives\ContractBasedImportDefinition.cs (1)
272
public override Expression<Func<ExportDefinition, bool>>
Constraint
=>
7 references to Constraint
System.ComponentModel.Composition (7)
System\ComponentModel\Composition\ConstraintServices.cs (1)
207
Expression.Invoke(productImportDefinition.
Constraint
,
System\ComponentModel\Composition\Primitives\ImportDefinition.cs (6)
32
/// Derived types calling this constructor must override the <see cref="
Constraint
"/>
241
/// Executes of the constraint provided by the <see cref="
Constraint
"/> property
256
/// <see cref="
Constraint
"/> property but the result should remain consistent.
266
_compiledConstraint ??=
Constraint
.Compile();
275
/// A <see cref="string"/> containing the value of the <see cref="
Constraint
"/> property.
279
return
Constraint
.Body.ToString();