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.
IAddObjectAuthorizationRulesContext.cs
Go to the documentation of this file.
1//-----------------------------------------------------------------------
2// <copyright file="IAddObjectAuthorizationRulesContext.cs" company="Marimer LLC">
3// Copyright (c) Marimer LLC. All rights reserved.
4// Website: https://cslanet.com
5// </copyright>
6// <summary>Context for the AddObjectAuthorizationRulesContext method.</summary>
7//-----------------------------------------------------------------------
8using System.Collections.Specialized;
9using System.Security.Claims;
10using System.Security.Principal;
11
12namespace Csla.Rules
13{
18 {
30 string RuleSet { get; }
31 }
32}
Provides consistent context information between the client and server DataPortal objects.
Defines a data portal service used to get an access to a client-side data portal instance.
Context for the AddObjectAuthorizationRulesContext method.
IDataPortalFactory DataPortalFactory
Gets a data portal factory instance