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.
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//-----------------------------------------------------------------------
8using System;
9using System.Collections.Generic;
10using System.Linq;
11using System.Text;
12
13namespace Csla.Security
14{
20 public enum NoAccessBehavior
21 {
30 }
31}
NoAccessBehavior
Options available for handling no access to a property due to authorization rules.
@ SuppressException
Suppress exceptions.
@ ThrowException
Throw security exception.