CSLA.NET 6.0.0
CSLA .NET is a software development framework that helps you build a reusable, maintainable object-oriented business layer for your app.
IUseApplicationContext.cs
Go to the documentation of this file.
1//-----------------------------------------------------------------------
2// <copyright file="IUseApplicationContext.cs" company="Marimer LLC">
3// Copyright (c) Marimer LLC. All rights reserved.
4// Website: https://cslanet.com
5// </copyright>
6// <summary>Implement if a class requires access to the CSLA ApplicationContext type.</summary>
7//-----------------------------------------------------------------------
8using System;
9using System.Collections.Generic;
10using System.Text;
11
12namespace Csla.Core
13{
17 public interface IUseApplicationContext
18 {
23 }
24}
Provides consistent context information between the client and server DataPortal objects.
Implement if a class requires access to the CSLA ApplicationContext type.