C# Class DSL.Core

Afficher le fichier Open project: ngs-doo/revenj

Méthodes publiques

Méthode 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 méthode

public static ConfigurePatterns ( this builder, Func getDomainModels ) : void
builder this
getDomainModels Func
Résultat void

ConfigureSecurity() public static méthode

public static ConfigureSecurity ( this builder, bool withAuth ) : void
builder this
withAuth bool
Résultat void

ConfigureSerialization() public static méthode

public static ConfigureSerialization ( this builder ) : void
builder this
Résultat void

Setup() public static méthode

public static Setup ( Revenj builder, bool withAspects, bool externalConfiguration ) : IServiceProvider
builder Revenj
withAspects bool
externalConfiguration bool
Résultat IServiceProvider

Setup() public static méthode

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