C# 클래스 MicroLite.Configuration.Configure

The class used to configure the MicroLite ORM framework.
파일 보기 프로젝트 열기: TrevorPilley/MicroLite

공개 메소드들

메소드 설명
Extensions ( ) : IConfigureExtensions

Begins the process of specifying the extensions which should be used by MicroLite ORM.

Extensions should be configured before configuring any connections.

Fluently ( ) : IConfigureConnection

Begins the configuration process using the fluent API.

메소드 상세

Extensions() 공개 정적인 메소드

Begins the process of specifying the extensions which should be used by MicroLite ORM.
Extensions should be configured before configuring any connections.
public static Extensions ( ) : IConfigureExtensions
리턴 IConfigureExtensions

Fluently() 공개 정적인 메소드

Begins the configuration process using the fluent API.
public static Fluently ( ) : IConfigureConnection
리턴 IConfigureConnection