CSLA.NET 5.4.2
CSLA .NET is a software development framework that helps you build a reusable, maintainable object-oriented business layer for your app.
Csla.Configuration.CslaBuilder Class Reference

Default CSLA .NET service builder More...

Inheritance diagram for Csla.Configuration.CslaBuilder:
Csla.Configuration.ICslaBuilder

Public Member Functions

 CslaBuilder (IServiceCollection services)
 Creates an instance of the type More...
 

Properties

IServiceCollection Services [getset]
 Gets or sets the services collection More...
 
- Properties inherited from Csla.Configuration.ICslaBuilder
IServiceCollection Services [getset]
 Gets or sets the services collection More...
 

Detailed Description

Default CSLA .NET service builder

Definition at line 15 of file CslaBuilder.cs.

Constructor & Destructor Documentation

◆ CslaBuilder()

Csla.Configuration.CslaBuilder.CslaBuilder ( IServiceCollection  services)

Creates an instance of the type

Parameters
servicesIServiceCollection instance

Definition at line 22 of file CslaBuilder.cs.

Property Documentation

◆ Services

IServiceCollection Csla.Configuration.CslaBuilder.Services
getset

Gets or sets the services collection

Definition at line 32 of file CslaBuilder.cs.