C# 클래스 DSL.Core

파일 보기 프로젝트 열기: ngs-doo/revenj

공개 메소드들

메소드 설명
ConfigurePatterns ( this builder, Func getDomainModels ) : void
ConfigureSecurity ( this builder, bool withAuth ) : void
ConfigureSerialization ( this builder ) : void
Setup ( Revenj builder, bool withAspects, bool externalConfiguration ) : IServiceProvider
Setup ( bool withAspects = false, bool externalConfiguration = false, Action setupDatabase = null ) : IServiceProvider

메소드 상세

ConfigurePatterns() 공개 정적인 메소드

public static ConfigurePatterns ( this builder, Func getDomainModels ) : void
builder this
getDomainModels Func
리턴 void

ConfigureSecurity() 공개 정적인 메소드

public static ConfigureSecurity ( this builder, bool withAuth ) : void
builder this
withAuth bool
리턴 void

ConfigureSerialization() 공개 정적인 메소드

public static ConfigureSerialization ( this builder ) : void
builder this
리턴 void

Setup() 공개 정적인 메소드

public static Setup ( Revenj builder, bool withAspects, bool externalConfiguration ) : IServiceProvider
builder Revenj
withAspects bool
externalConfiguration bool
리턴 IServiceProvider

Setup() 공개 정적인 메소드

public static Setup ( bool withAspects = false, bool externalConfiguration = false, Action setupDatabase = null ) : IServiceProvider
withAspects bool
externalConfiguration bool
setupDatabase Action
리턴 IServiceProvider