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
//-----------------------------------------------------------------------
8
using
System;
9
using
System.Collections.Generic;
10
using
System.Text;
11
12
namespace
Csla.Core
13
{
17
public
interface
IUseApplicationContext
18
{
22
ApplicationContext
ApplicationContext
{
get
;
set
; }
23
}
24
}
Csla.ApplicationContext
Provides consistent context information between the client and server DataPortal objects.
Definition:
ApplicationContext.cs:22
Csla.Core.IUseApplicationContext
Implement if a class requires access to the CSLA ApplicationContext type.
Definition:
IUseApplicationContext.cs:18
Csla.Core
Definition:
AddedNewEventArgs.cs:11
Generated by
1.9.2