C# Class StructureMap.Query.PluginTypeConfigurationExtensions

Afficher le fichier Open project: visit/structuremap

Méthodes publiques

Méthode Description
EjectAndRemove ( this configuration, bool>.Func filter ) : void

Ejects and removes all objects and configuration for the instances that match the filter

EjectAndRemove ( this configuration, string instanceName ) : void

Ejects and removes all objects and the configuration for the named instance from the container

Find ( this configuration, string instanceName ) : InstanceRef

Method Details

EjectAndRemove() public static méthode

Ejects and removes all objects and configuration for the instances that match the filter
public static EjectAndRemove ( this configuration, bool>.Func filter ) : void
configuration this
filter bool>.Func
Résultat void

EjectAndRemove() public static méthode

Ejects and removes all objects and the configuration for the named instance from the container
public static EjectAndRemove ( this configuration, string instanceName ) : void
configuration this
instanceName string
Résultat void

Find() public static méthode

public static Find ( this configuration, string instanceName ) : InstanceRef
configuration this
instanceName string
Résultat InstanceRef