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.
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
//-----------------------------------------------------------------------
8
using
System;
9
10
namespace
Csla
11
{
16
[AttributeUsage(AttributeTargets.Method)]
17
public
class
ObjectAuthorizationRulesAttribute
: Attribute
18
{
19
}
20
}
Csla.ObjectAuthorizationRulesAttribute
Attribute identifying static method invoked to add object authorization rules for type.
Definition:
ObjectAuthorizationRulesAttribute.cs:18
Csla
Definition:
BusinessRuleCases.cs:5
Generated by
1.9.2