ContractBasedImportDefinition Class
Represents an import that is required by a ComposablePart object and that can specify both a contract name and metadata.
Assembly: System.ComponentModel.Composition (in System.ComponentModel.Composition.dll)
System.ComponentModel.Composition.Primitives::ImportDefinition
System.ComponentModel.Composition.Primitives::ContractBasedImportDefinition
| Name | Description | |
|---|---|---|
![]() | ContractBasedImportDefinition() | Initializes a new instance of the ContractBasedImportDefinition class. |
![]() | ContractBasedImportDefinition(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, and creation policy, and indicates whether the import definition is recomposable or a prerequisite. |
![]() | ContractBasedImportDefinition(String^, String^, IEnumerable<KeyValuePair<String^, Type^>>^, ImportCardinality, Boolean, Boolean, CreationPolicy, IDictionary<String^, Object^>^) | Initializes a new instance of the ContractBasedImportDefinition class with the specified contract name, required type identity, required and optional metadata, cardinality, and creation policy, and indicates whether the import definition is recomposable or a prerequisite. |
| Name | Description | |
|---|---|---|
![]() | Cardinality | Gets the cardinality of the exports required by the import definition.(Inherited from ImportDefinition.) |
![]() | Constraint | Gets an expression that defines conditions that must be matched to satisfy the import described by this import definition.(Overrides ImportDefinition::Constraint.) |
![]() | ContractName | Gets the name of the contract.(Inherited from ImportDefinition.) |
![]() | IsPrerequisite | Gets a value that indicates whether the import definition must be satisfied before a part can start producing exported objects.(Inherited from ImportDefinition.) |
![]() | IsRecomposable | Gets a value that indicates whether the import definition can be satisfied multiple times.(Inherited from ImportDefinition.) |
![]() | Metadata | Gets the metadata associated with this import.(Inherited from ImportDefinition.) |
![]() | RequiredCreationPolicy | Gets or sets a value that indicates that the importer requires a specific CreationPolicy for the exports used to satisfy this import. |
![]() | RequiredMetadata | Gets the metadata names of the export required by the import definition. |
![]() | RequiredTypeIdentity | Gets the expected type of the export that matches this ContractBasedImportDefinition. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | IsConstraintSatisfiedBy(ExportDefinition^) | Returns 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^).) |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns the string representation of this ContractBasedImportDefinition object.(Overrides ImportDefinition::ToString().) |
Available since 4.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 4.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


