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.
AuthorizationActions.cs
Go to the documentation of this file.
1//-----------------------------------------------------------------------
2// <copyright file="AuthorizationActions.cs" company="Marimer LLC">
3// Copyright (c) Marimer LLC. All rights reserved.
4// Website: https://cslanet.com
5// </copyright>
6// <summary>Authorization actions.</summary>
7//-----------------------------------------------------------------------
8using System;
9using System.Collections.Generic;
10using System.Linq;
11using System.Text;
12
13namespace Csla.Rules
14{
19 {
48 }
49}
AuthorizationActions
Authorization actions.
@ EditObject
Request to save or edit an object.
@ DeleteObject
Request to delete an object.
@ WriteProperty
Request to write or set a property value.
@ ReadProperty
Request to read a property value.
@ ExecuteMethod
Request to execute a method.
@ GetObject
Request to get or fetch an object.
@ CreateObject
Request to create an object.