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.
ICslaPrincipal.cs
Go to the documentation of this file.
1//-----------------------------------------------------------------------
2// <copyright file="ICslaPrincipal.cs" company="Marimer LLC">
3// Copyright (c) Marimer LLC. All rights reserved.
4// Website: https://cslanet.com
5// </copyright>
6// <summary>Defines the base requirements for the interface of any</summary>
7//-----------------------------------------------------------------------
8using System.Security.Principal;
9
10namespace Csla.Security
11{
16 public interface ICslaPrincipal : IPrincipal, Csla.Serialization.Mobile.IMobileObject
17 {
18 }
19}
Defines the base requirements for the interface of any CSLA principal object.