C# Class Moo.Core.RepositorySpec

Repository setup specification.
Inheritance: IRepositorySpec
Mostra file Open project: dclucas/MOO

Public Methods

Method Description
GetOptions ( ) : MappingOptions

Gets the resulting mapping options.

RepositorySpec ( ) : System.Linq

Initializes a new instance of the RepositorySpec class.

Method Details

GetOptions() public method

Gets the resulting mapping options.
public GetOptions ( ) : MappingOptions
return MappingOptions

RepositorySpec() public method

Initializes a new instance of the RepositorySpec class.
public RepositorySpec ( ) : System.Linq
return System.Linq