Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 925 Bytes

AuthorizeDeleteAttribute.md

File metadata and controls

20 lines (14 loc) · 925 Bytes

AuthorizeDeleteAttribute class

namespace: Serenity.Services   assemblySerenity.Net.Web

Authorizes access to a service method by reading one of DeletePermissionAttribute, ModifyPermissionAttribute or ReadPermissionAttribute from the target type, which is usually a Row class.

[AttributeUsage(AttributeTargets.Class | AttributeTargets.Method)]
public class AuthorizeDeleteAttribute : ServiceAuthorizeAttribute

Public Members

name description
AuthorizeDeleteAttribute(…) Creates a new instance of the attribute

See Also