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.
IBusinessRules.cs
Go to the documentation of this file.
1//-----------------------------------------------------------------------
2// <copyright file="IBusinessRules.cs" company="Marimer LLC">
3// Copyright (c) Marimer LLC. All rights reserved.
4// Website: https://cslanet.com
5// </copyright>
6// <summary>Defines the interface for BusinessRules class</summary>
7//-----------------------------------------------------------------------
8 namespace Csla.Rules
9{
13 public interface IBusinessRules
14 {
21 object Target { get; }
22 }
23}
Public interfacefor IBusinessRules
object Target
Gets the target business object