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.
ObjectAuthorizationRulesAttribute.cs
Go to the documentation of this file.
1//-----------------------------------------------------------------------
2// <copyright file="ObjectAuthorizationRulesAttribute.cs" company="Marimer LLC">
3// Copyright (c) Marimer LLC. All rights reserved.
4// Website: https://cslanet.com
5// </copyright>
6// <summary>Authorization method identifiation attribute</summary>
7//-----------------------------------------------------------------------
8using System;
9
10namespace Csla
11{
16 [AttributeUsage(AttributeTargets.Method)]
17 public class ObjectAuthorizationRulesAttribute : Attribute
18 {
19 }
20}
Attribute identifying static method invoked to add object authorization rules for type.