C# Class DSL.Core

ファイルを表示 Open project: ngs-doo/revenj

Public Methods

Method Description
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

Method Details

ConfigurePatterns() public static method

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

ConfigureSecurity() public static method

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

ConfigureSerialization() public static method

public static ConfigureSerialization ( this builder ) : void
builder this
return void

Setup() public static method

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

Setup() public static method

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