Show / Hide Table of Contents

    Enum AUPermissionType

    Das AUPermissionType Enum kann z.B. in Granted(AccessUnit, AUPermissionType) verwendet werden.

    Namespace: FrameworkSystems.FrameworkBase
    Assembly: FrameworkSystems.FrameworkBase.dll
    Syntax
    [DocfxBrowsable]
    public enum AUPermissionType

    Fields

    Name Description
    Access

    Is general access allowed?

    AccessDerived

    Is access of an AccessUnit, which is derived from this AccessUnit, possible?

    Delete

    Is deleting allowed?

    Insert

    Is inserting allowed?

    Update

    Is updating allowed?

    Back to top Generated by DocFX