|
| Class | Description |
|---|
.gif) | AttributedModelServices | Contains helper methods for using the attributed programming model with composition. |
.gif) | ChangeRejectedException | An exception that indicates whether a component has been rejected during composition. |
.gif) | CompositionContractMismatchException | The exception that is thrown when the underlying exported object or metadata of an Export or Export object cannot be cast to T or TMetadataView, respectively. |
.gif) | CompositionError | Represents an error that occurs during composition in a CompositionContainer object. |
.gif) | CompositionException | Represents the exception that is thrown when one or more errors occur during composition in a CompositionContainer object. |
.gif) | ExportAttribute | Specifies that a type, property, field, or method provides a particular export. |
.gif) | ExportMetadataAttribute | Specifies metadata for a type, property, field, or method marked with the ExportAttribute. |
.gif) | ImportAttribute | Specifies that a property, field, or parameter imports a particular export. |
.gif) | ImportCardinalityMismatchException | The exception that is thrown when the cardinality of an ImportDefinition object does not match the cardinality of the Export objects available that are in an ExportProvider object. |
.gif) | ImportingConstructorAttribute | Specifies that a particular constructor should be used when constructing an attributed part. |
.gif) | ImportManyAttribute | Specifies that a property, field, or parameter imports a particular set of exports. |
.gif) | InheritedExportAttribute | Specifies that a type provides a particular export, and that subclasses of that type will also provide that export. |
.gif) | MetadataAttributeAttribute | Specifies that an attribute can be used to provide metadata for a type, property, field, or method marked with the ExportAttribute. |
.gif) | PartCreationPolicyAttribute | Specifies the CreationPolicy for a given ComposablePart. |
.gif) | PartMetadataAttribute | Specifies metadata for a type to be used as a ComposablePartDefinition and ComposablePart. |
.gif) | PartNotDiscoverableAttribute | Marks a type that will not be discovered as a ComposablePart in a ComposablePartCatalog. |