ScopingExtensions Class

Definition

Defines static convenience methods for scoping.

public ref class ScopingExtensions abstract sealed
public static class ScopingExtensions
type ScopingExtensions = class
Public Module ScopingExtensions
Inheritance
ScopingExtensions

Methods

ContainsPartMetadata<T>(ComposablePartDefinition, String, T)

Gets a value that indicates whether the specified part contains metadata that has the specified key and value.

ContainsPartMetadataWithKey(ComposablePartDefinition, String)

Gets a value that indicates whether the specified part contains metadata that has the specified key.

Exports(ComposablePartDefinition, String)

Gets a value that indicates whether the specified part exports the specified contract.

Filter(ComposablePartCatalog, Func<ComposablePartDefinition,Boolean>)

Filters the specified catalog with the specified filter function.

Imports(ComposablePartDefinition, String)

Determines whether the specified part imports the specified contract.

Imports(ComposablePartDefinition, String, ImportCardinality)

Determines whether the specified part imports the specified contract with the specified cardinality.

Applies to