C# Class NServiceBus.ObjectBuilder.Machine.Resolver

Datei anzeigen Open project: machine/machine.mta

Public Methods

Method Description
ConfigureIfNecessary ( object instance ) : object
ConfigureProperty ( string property, object value ) : void

Protected Methods

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

Method Details

ConfigureIfNecessary() public method

public ConfigureIfNecessary ( object instance ) : object
instance object
return object

ConfigureProperty() public method

public ConfigureProperty ( string property, object value ) : void
property string
value object
return void

Resolver() protected method

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