C# 클래스 Orchard.WorkContextExtensions

파일 보기 프로젝트 열기: ucdavis/Orchard

공개 메소드들

메소드 설명
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

메소드 상세

CreateWorkContextScope() 공개 정적인 메소드

public static CreateWorkContextScope ( this lifetimeScope ) : IWorkContextScope
lifetimeScope this
리턴 IWorkContextScope

CreateWorkContextScope() 공개 정적인 메소드

public static CreateWorkContextScope ( this lifetimeScope, System.Web.HttpContextBase httpContext ) : IWorkContextScope
lifetimeScope this
httpContext System.Web.HttpContextBase
리턴 IWorkContextScope

GetContext() 공개 정적인 메소드

public static GetContext ( this workContextAccessor, ControllerContext controllerContext ) : WorkContext
workContextAccessor this
controllerContext ControllerContext
리턴 WorkContext

GetWorkContext() 공개 정적인 메소드

public static GetWorkContext ( this requestContext ) : WorkContext
requestContext this
리턴 WorkContext