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.
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
//-----------------------------------------------------------------------
8
using
System.Security.Principal;
9
10
namespace
Csla.Security
11
{
16
public
interface
ICslaPrincipal
: IPrincipal,
Csla
.Serialization.Mobile.IMobileObject
17
{
18
}
19
}
Csla.Security.ICslaPrincipal
Defines the base requirements for the interface of any CSLA principal object.
Definition:
ICslaPrincipal.cs:17
Csla.Security
Definition:
CslaClaimsPrincipal.cs:15
Csla
Definition:
BusinessRuleCases.cs:5
Generated by
1.9.2