C# 클래스 FluentLinqToSql.ActiveRecord.StaticScopeStorage

상속: IScopeStorage
파일 보기 프로젝트 열기: JeremySkinner/FluentLinqToSql

공개 메소드들

메소드 설명
GetScope ( Type contextType ) : ContextScopeBase
RemoveScope ( Type contextType ) : void
StoreScope ( ContextScopeBase scope, Type contextType ) : void

메소드 상세

GetScope() 공개 메소드

public GetScope ( Type contextType ) : ContextScopeBase
contextType System.Type
리턴 ContextScopeBase

RemoveScope() 공개 메소드

public RemoveScope ( Type contextType ) : void
contextType System.Type
리턴 void

StoreScope() 공개 메소드

public StoreScope ( ContextScopeBase scope, Type contextType ) : void
scope ContextScopeBase
contextType System.Type
리턴 void