AuthorizeRetrieveAttribute constructor
namespace: Serenity.Services assembly: Serenity.Net.Web
Authorizes retrieve access to a service method by reading ReadPermissionAttribute.
public AuthorizeRetrieveAttribute(Type sourceType)
| parameter | description |
|---|---|
| sourceType | The source type. |
Remarks
Initializes a new instance of the AuthorizeRetrieveAttribute class.