This documentation is archived and is not being maintained.

ContractBasedImportDefinition Class

Represents an import that is required by a ComposablePart object and that can specify both a contract name and metadata.

System::Object
  System.ComponentModel.Composition.Primitives::ImportDefinition
    System.ComponentModel.Composition.Primitives::ContractBasedImportDefinition

Namespace:  System.ComponentModel.Composition.Primitives
Assembly:  System.ComponentModel.Composition (in System.ComponentModel.Composition.dll)

public ref class ContractBasedImportDefinition : public ImportDefinition

The ContractBasedImportDefinition type exposes the following members.

  NameDescription
Protected methodSupported by Portable Class LibraryContractBasedImportDefinition()Initializes a new instance of the ContractBasedImportDefinition class.
Public methodSupported by Portable Class LibraryContractBasedImportDefinition(String, String, IEnumerable<KeyValuePair<String, Type>>, ImportCardinality, Boolean, Boolean, CreationPolicy)Initializes a new instance of the ContractBasedImportDefinition class with the specified contract name, required type identity, required metadata, cardinality, a value that indicates if the import definition is recomposable, a value that indicates if the import definition is a prerequisite, and a value that indicates the required creation policy.
Top

  NameDescription
Public propertySupported by Portable Class LibraryCardinalityGets the cardinality of the exports required by the import definition. (Inherited from ImportDefinition.)
Public propertySupported by Portable Class LibraryConstraintGets an expression that defines conditions that must be matched to satisfy the import described by this import definition. (Overrides ImportDefinition::Constraint.)
Public propertySupported by Portable Class LibraryContractNameGets the name of the contract. (Inherited from ImportDefinition.)
Public propertySupported by Portable Class LibraryIsPrerequisiteGets a value that indicates whether the import definition must be satisfied before a part can start producing exported objects. (Inherited from ImportDefinition.)
Public propertySupported by Portable Class LibraryIsRecomposableGets a value that indicates whether the import definition can be satisfied multiple times. (Inherited from ImportDefinition.)
Public propertySupported by Portable Class LibraryRequiredCreationPolicyGets or sets a value that indicates that the importer requires a specific CreationPolicy for the exports used to satisfy this import.
Public propertySupported by Portable Class LibraryRequiredMetadataGets the metadata names of the export required by the import definition.
Public propertySupported by Portable Class LibraryRequiredTypeIdentityGets the expected type of the export that matches this ContractBasedImportDefinition.
Top

  NameDescription
Public methodSupported by Portable Class LibraryEquals(Object)Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected methodSupported by Portable Class LibraryFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public methodSupported by Portable Class LibraryGetHashCodeServes as a hash function for a particular type. (Inherited from Object.)
Public methodSupported by Portable Class LibraryGetTypeGets the Type of the current instance. (Inherited from Object.)
Public methodSupported by Portable Class LibraryIsConstraintSatisfiedByReturns a value indicating whether the constraint represented by this object is satisfied by the export represented by the given export definition. (Overrides ImportDefinition::IsConstraintSatisfiedBy(ExportDefinition).)
Protected methodSupported by Portable Class LibraryMemberwiseCloneCreates a shallow copy of the current Object. (Inherited from Object.)
Public methodSupported by Portable Class LibraryToStringReturns a string representation of the import definition. (Inherited from ImportDefinition.)
Top

.NET Framework

Supported in: 4

.NET Framework Client Profile

Supported in: 4

Portable Class Library

Supported in: Portable Class Library

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: