Property | Type | Description | |
---|---|---|---|
Container | IContainer |
Method | Description | |
---|---|---|
Dispose ( ) : void |
The dispose.
|
|
GetServices ( |
The get services.
|
|
StructureMapDependencyScope ( IContainer container ) : System |
Initializes a new instance of the StructureMapDependencyScope class.
|
Method | Description | |
---|---|---|
DoGetAllInstances ( |
When implemented by inheriting classes, this method will do the actual work of resolving all the requested service instances.
|
|
DoGetInstance ( |
When implemented by inheriting classes, this method will do the actual work of resolving the requested service instance.
|
protected DoGetAllInstances ( |
||
serviceType | /// Type of service requested. /// | |
return | IEnumerable |
protected DoGetInstance ( |
||
serviceType | /// Type of instance requested. /// | |
key | string | /// Name of registered service you want. May be null. /// |
return | object |
public GetServices ( |
||
serviceType | /// The service type. /// | |
return | IEnumerable |
public StructureMapDependencyScope ( IContainer container ) : System | ||
container | IContainer | /// The container. /// |
return | System |