Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Modules.ModuleDefinition.AllowedRole Constructor

Constructor.

Class: YetaWF.Core.Modules.ModuleDefinition.AllowedRole
Namespace: YetaWF.Core.Modules
Assembly: YetaWF.Core

Syntax

public AllowedRole();
public AllowedRole(
    int id,
    AllowedEnum view = AllowedEnum.Yes,
    AllowedEnum edit = AllowedEnum.NotDefined,
    AllowedEnum remove = AllowedEnum.NotDefined,
    AllowedEnum extra1 = AllowedEnum.NotDefined,
    AllowedEnum extra2 = AllowedEnum.NotDefined,
    AllowedEnum extra3 = AllowedEnum.NotDefined,
    AllowedEnum extra4 = AllowedEnum.NotDefined,
    AllowedEnum extra5 = AllowedEnum.NotDefined );

Parameters

id

(not specified)

view

(not specified)

edit

(not specified)

remove

(not specified)

extra1

(not specified)

extra2

(not specified)

extra3

(not specified)

extra4

(not specified)

extra5

(not specified)

Remarks

Standard constructor.

See Also YetaWF.Core.Modules.ModuleDefinition.AllowedRole ClassYetaWF.Core Overview