AuthorizeRetrieveAttribute constructor

namespace: Serenity.Services   assemblySerenity.Net.Web

Authorizes retrieve access to a service method by reading ReadPermissionAttribute. ServiceLookupPermissionAttribute

public AuthorizeRetrieveAttribute(Type sourceType)
parameter description
sourceType Source type

Remarks

Creates a new instance of the attribute

See Also