ServiceAuthorizeAttribute constructor (1 of 6)
namespace: Serenity.Services assembly: Serenity.Net.Web
The default constructor.
public ServiceAuthorizeAttribute()
See Also
ServiceAuthorizeAttribute constructor (2 of 6)
namespace: Serenity.Services assembly: Serenity.Net.Web
public ServiceAuthorizeAttribute(object permission)
See Also
ServiceAuthorizeAttribute constructor (3 of 6)
namespace: Serenity.Services assembly: Serenity.Net.Web
public ServiceAuthorizeAttribute(Type sourceType)
See Also
ServiceAuthorizeAttribute constructor (4 of 6)
namespace: Serenity.Services assembly: Serenity.Net.Web
public ServiceAuthorizeAttribute(object module, object permission)
See Also
ServiceAuthorizeAttribute constructor (5 of 6)
namespace: Serenity.Services assembly: Serenity.Net.Web
protected ServiceAuthorizeAttribute(Type sourceType, params Type[] attributeTypes)
See Also
ServiceAuthorizeAttribute constructor (6 of 6)
namespace: Serenity.Services assembly: Serenity.Net.Web
public ServiceAuthorizeAttribute(object module, object submodule, object permission)