Method | Description | |
---|---|---|
CreateNestedContainer ( ) : void | ||
Dispose ( ) : void | ||
DisposeNestedContainer ( ) : void | ||
DisposeParentContainer ( ) : void | ||
GetServices ( |
||
StructureMapDependencyScope ( IContainer container ) : System |
Initializes the scope using a TransientNestedContainerScope container)
|
|
StructureMapDependencyScope ( IContainer container, INestedContainerScope nestedContainerScope ) : System | ||
TryGetInstance ( |
Method | Description | |
---|---|---|
DoGetAllInstances ( |
||
DoGetInstance ( |
protected DoGetAllInstances ( |
||
serviceType | ||
return | IEnumerable |
protected DoGetInstance ( |
||
serviceType | ||
key | string | |
return | object |
public GetServices ( |
||
serviceType | ||
return | IEnumerable |
public StructureMapDependencyScope ( IContainer container ) : System | ||
container | IContainer | |
return | System |
public StructureMapDependencyScope ( IContainer container, INestedContainerScope nestedContainerScope ) : System | ||
container | IContainer | |
nestedContainerScope | INestedContainerScope | |
return | System |
public TryGetInstance ( |
||
type | ||
return | object |