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.
NoAccessBehavior.cs
Go to the documentation of this file.
1
//-----------------------------------------------------------------------
2
// <copyright file="NoAccessBehavior.cs" company="Marimer LLC">
3
// Copyright (c) Marimer LLC. All rights reserved.
4
// Website: https://cslanet.com
5
// </copyright>
6
// <summary>Options available for handling no</summary>
7
//-----------------------------------------------------------------------
8
using
System;
9
using
System.Collections.Generic;
10
using
System.Linq;
11
using
System.Text;
12
13
namespace
Csla.Security
14
{
20
public
enum
NoAccessBehavior
21
{
25
SuppressException
,
29
ThrowException
30
}
31
}
Csla.Security
Definition:
CslaClaimsPrincipal.cs:15
Csla.Security.NoAccessBehavior
NoAccessBehavior
Options available for handling no access to a property due to authorization rules.
Definition:
NoAccessBehavior.cs:21
Csla.Security.NoAccessBehavior.SuppressException
@ SuppressException
Suppress exceptions.
Csla.Security.NoAccessBehavior.ThrowException
@ ThrowException
Throw security exception.
Generated by
1.9.2