C# 클래스 NSoft.NFramework.Web.WebAppContext.Current

Current Thread Context에 보관된 정보
파일 보기 프로젝트 열기: debop/NFramework

공개 메소드들

메소드 설명
Init ( ) : void

Current 정보를 초기화 한다.

SetCurrent ( IAccessIdentity identity ) : void

Current를 셋팅한다.

메소드 상세

Init() 공개 정적인 메소드

Current 정보를 초기화 한다.
public static Init ( ) : void
리턴 void

SetCurrent() 공개 정적인 메소드

Current를 셋팅한다.
public static SetCurrent ( IAccessIdentity identity ) : void
identity IAccessIdentity
리턴 void