Method | Description | |
---|---|---|
Build ( |
||
BuildAll ( |
||
Configure ( |
||
ConfigureProperty ( |
||
MachineObjectBuilder ( IMachineContainer container ) : System | ||
RegisterSingleton ( |
Method | Description | |
---|---|---|
ConfigureIfCapabale ( object instance ) : object |
public Build ( |
||
typeToBuild | ||
return | object |
public BuildAll ( |
||
typeToBuild | ||
return | IEnumerable |
public Configure ( |
||
type | ||
callModel | ComponentCallModelEnum | |
return | void |
public ConfigureProperty ( |
||
type | ||
property | string | |
value | object | |
return | void |
public MachineObjectBuilder ( IMachineContainer container ) : System | ||
container | IMachineContainer | |
return | System |
public RegisterSingleton ( |
||
lookupType | ||
instance | object | |
return | void |