메소드 | 설명 | |
---|---|---|
CreateWorkContextScope ( this lifetimeScope ) : IWorkContextScope | ||
CreateWorkContextScope ( this lifetimeScope, System.Web.HttpContextBase httpContext ) : IWorkContextScope | ||
GetContext ( this workContextAccessor, ControllerContext controllerContext ) : WorkContext | ||
GetWorkContext ( this requestContext ) : WorkContext |
메소드 | 설명 | |
---|---|---|
FindWorkContextInParent ( System.Web.Routing.RouteData routeData ) : object |
public static CreateWorkContextScope ( this lifetimeScope ) : IWorkContextScope | ||
lifetimeScope | this | |
리턴 | IWorkContextScope |
public static CreateWorkContextScope ( this lifetimeScope, System.Web.HttpContextBase httpContext ) : IWorkContextScope | ||
lifetimeScope | this | |
httpContext | System.Web.HttpContextBase | |
리턴 | IWorkContextScope |
public static GetContext ( this workContextAccessor, ControllerContext controllerContext ) : WorkContext | ||
workContextAccessor | this | |
controllerContext | ControllerContext | |
리턴 | WorkContext |
public static GetWorkContext ( this requestContext ) : WorkContext | ||
requestContext | this | |
리턴 | WorkContext |