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.
ICslaBuilder.cs
Go to the documentation of this file.
1
//-----------------------------------------------------------------------
2
// <copyright file="ICslaBuilder.cs" company="Marimer LLC">
3
// Copyright (c) Marimer LLC. All rights reserved.
4
// Website: https://cslanet.com
5
// </copyright>
6
// <summary>Define CSLA .NET service builder</summary>
7
//-----------------------------------------------------------------------
8
using
Microsoft.Extensions.DependencyInjection;
9
10
namespace
Csla.Configuration
11
{
15
public
interface
ICslaBuilder
16
{
20
#pragma warning disable CS3003
// Type is not CLS-compliant
21
IServiceCollection
Services
{
get
;
set
; }
22
#pragma warning restore CS3003
// Type is not CLS-compliant
23
}
24
}
Csla.Configuration.ICslaBuilder
Define CSLA .NET service builder
Definition:
ICslaBuilder.cs:16
Csla.Configuration.ICslaBuilder.Services
IServiceCollection Services
Gets or sets the services collection
Definition:
ICslaBuilder.cs:21
Csla.Configuration
Definition:
Csla.Blazor.WebAssembly/ConfigurationExtensions.cs:15
Generated by
1.9.2