Skip to content

PageAuthorizeAttribute constructor (1 of 6)

namespace: Serenity.Web   assemblySerenity.Net.Web

The default constructor.

public PageAuthorizeAttribute()

See Also


PageAuthorizeAttribute constructor (2 of 6)

namespace: Serenity.Web   assemblySerenity.Net.Web

public PageAuthorizeAttribute(object permission)

See Also


PageAuthorizeAttribute constructor (3 of 6)

namespace: Serenity.Web   assemblySerenity.Net.Web

public PageAuthorizeAttribute(Type sourceType)

See Also


PageAuthorizeAttribute constructor (4 of 6)

namespace: Serenity.Web   assemblySerenity.Net.Web

public PageAuthorizeAttribute(object module, object permission)

See Also


PageAuthorizeAttribute constructor (5 of 6)

namespace: Serenity.Web   assemblySerenity.Net.Web

protected PageAuthorizeAttribute(Type sourceType, params Type[] attributeTypes)

See Also


PageAuthorizeAttribute constructor (6 of 6)

namespace: Serenity.Web   assemblySerenity.Net.Web

public PageAuthorizeAttribute(object module, object submodule, object permission)

See Also