NShape Reference
RequiredPermissionAttribute Class

<< Click to Display Table of Contents >>

Navigation:  Class Reference > Namespace Dataweb.NShape.Advanced >

NShape Reference
RequiredPermissionAttribute Class

Previous pageReturn to chapter overviewNext page

Attribute class for properties of security aware objects.

Syntax

[
AttributeUsage(
    (AttributeTargets.Method | AttributeTargets.Property | AttributeTargets.Field),
    AllowMultiple = true, Inherited = true)
]
public class RequiredPermissionAttribute : Attribute

Description

Specifies the set of permissions required for changing the property decorated with this atttribute.

Public Properties

Name

Description

Permission

Specifies the set of permissions required required.

See also

Concepts: Security

Requirements

Namespace: Dataweb.NShape.Advanced

Assembly: Dataweb.NShape