C# Class Castle.Facilities.LightweighFactory.FactoryParameter

Exibir arquivo Open project: nhsevidence/Snooze

Public Methods

Method Description
FactoryParameter ( Type type, string name, int position, object value ) : System
ResolveValue ( ) : object

Method Details

FactoryParameter() public method

public FactoryParameter ( Type type, string name, int position, object value ) : System
type System.Type
name string
position int
value object
return System

ResolveValue() public method

public ResolveValue ( ) : object
return object