Skip to content

ImplicitPermissionAttribute class

namespace: Serenity.ComponentModel   assemblySerenity.Net.Core

Placed on permission keys to define implicitly assigned permissions when a user / role has the permission. Currently only implemented in the premium app.

[AttributeUsage(AttributeTargets.Field, AllowMultiple = true)]
public class ImplicitPermissionAttribute : Attribute
parameter description
value The value.

Public Members

name description
ImplicitPermissionAttribute(…) Placed on permission keys to define implicitly assigned permissions when a user / role has the permission. Currently only implemented in the premium app.
Value { get; } Gets the value.

Remarks

Initializes a new instance of the ImplicitPermissionAttribute class.

See Also