C# Class NServiceBus.ObjectBuilder.Machine.Resolver

Afficher le fichier Open project: machine/machine.mta

Méthodes publiques

Méthode Description
ConfigureIfNecessary ( object instance ) : object
ConfigureProperty ( string property, object value ) : void

Méthodes protégées

Méthode Description
Resolver ( Type type, IMachineContainer container, object>.Func buildAndConfigure ) : System

Method Details

ConfigureIfNecessary() public méthode

public ConfigureIfNecessary ( object instance ) : object
instance object
Résultat object

ConfigureProperty() public méthode

public ConfigureProperty ( string property, object value ) : void
property string
value object
Résultat void

Resolver() protected méthode

protected Resolver ( Type type, IMachineContainer container, object>.Func buildAndConfigure ) : System
type System.Type
container IMachineContainer
buildAndConfigure object>.Func
Résultat System