AuthorizeListAttribute class

namespace: Serenity.Services   assemblySerenity.Net.Web

Authorizes access to a service method by reading ReadPermissionAttribute. It also allows lookup mode access (as OrPermission) if the source type has ServiceLookupPermissionAttribute

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

Public Members

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

See Also