AuthorizeRetrieveAttribute constructor

namespace: Serenity.Services   assemblySerenity.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.

See Also