C# Class FluentLinqToSql.ActiveRecord.DefaultScopeStorage

Inheritance: IScopeStorage
ファイルを表示 Open project: JeremySkinner/FluentLinqToSql Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
GetScope ( Type contextType ) : ContextScopeBase
RemoveScope ( Type contextType ) : void
StoreScope ( ContextScopeBase scope, Type contextType ) : void

Method Details

GetScope() public method

public GetScope ( Type contextType ) : ContextScopeBase
contextType System.Type
return ContextScopeBase

RemoveScope() public method

public RemoveScope ( Type contextType ) : void
contextType System.Type
return void

StoreScope() public method

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