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.
ICslaConfiguration.cs
Go to the documentation of this file.
1
//-----------------------------------------------------------------------
2
// <copyright file="ICslaConfiguration.cs" company="Marimer LLC">
3
// Copyright (c) Marimer LLC. All rights reserved.
4
// Website: https://cslanet.com
5
// </copyright>
6
// <summary>Use this type to configure the settings for CSLA .NET</summary>
7
//-----------------------------------------------------------------------
8
using
Csla
.
Core
;
9
using
System;
10
using
System.Collections.Generic;
11
using
System.Text;
12
13
namespace
Csla.Configuration
14
{
18
public
interface
ICslaConfiguration
19
{
20
}
21
}
Csla.Configuration.ICslaConfiguration
Use this type to configure the settings for CSLA .NET.
Definition:
ICslaConfiguration.cs:19
Csla.Configuration
Definition:
Csla.Blazor.WebAssembly/ConfigurationExtensions.cs:15
Csla.Core
Definition:
AddedNewEventArgs.cs:11
Csla
Definition:
Csla.AspNetCore.Shared/ApplicationContextManager.cs:16
Generated by
1.9.2