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