Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Modules.ModuleDefinition.AllowedUser Constructor

Constructor.

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

Syntax

public AllowedUser();
public AllowedUser(
    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.AllowedUser ClassYetaWF.Core Overview