Knowledge Base
  • Getting Started
    • Project Setup
    • Skeleton Projects
    • Application Settings
    • Typical Hosting Scenarios
    • Application Types
  • Modules
    • Content Management
    • Back Office application
    • Identity Server
      • Identity Providers
    • Content Delivery API
    • Url Management
    • Database modules
      • Cosmos DB
      • Mongo DB
      • Dynamo DB
      • Raven DB
      • Lite DB
    • File Storage modules
      • Local File System
      • Azure Blob Storage
      • Amazon S3
      • Grid FS
      • Raven DB Attachments
    • Service Bus modules
      • Internal Service Bus
      • Azure Service Bus
      • Amazon SNS
      • MongoDB Capped Collection
    • Application Cache modules
      • In-memory cache
      • Redis
      • Memcached
    • Full Text Search modules
      • Azure Cognitive Search
      • Elasticsearch
      • Lucene
      • Mongo DB Search
    • Image processor
      • System Drawing
      • ImageSharp
      • SkiaSharp
    • Module List
  • Implementation
    • Object Hierarchy
    • Content Models
      • Collection Properties
      • Class Attributes
      • Property Attributes
      • Property Editors
        • Textbox Editor
        • Checkbox Editor
        • Date & Time Editor
        • File Editor
        • Link Editor
        • Nested Content Editor
        • Number Editor
        • Rich Text Editor
        • Select List Editor
        • Table Editor
        • Tags Editor
        • Node Picker
      • Attribute List
        • Accept Media Type
        • Allow at Root
        • Allow Children
        • Allow Content Type
        • Allow View
        • Asset
        • Checkbox
        • Culture Dependent
        • Date Time Editor
        • Default Section
        • Default Value
        • Display Name
        • Display Order
        • Editable For
        • Editor
        • Embedded
        • Enable Link to Culture
        • Enable Link to Neutral Culture
        • Expanded
        • File Upload
        • Folder
        • Help Text
        • Hide Label
        • Icon
        • Ignore Member
        • Inline
        • Key
        • Max Count
        • Max Length
        • Media Type
        • Min Count
        • Min Length
        • Multiline
        • Node Picker
        • Number Editor
        • Page
        • Placeholder
        • Prefix
        • Primary Media
        • Radio Group
        • Read Only
        • Regular Expression
        • Required
        • Response Cache
        • Rich Text Editor
        • Search Index
        • Section
        • Select List
        • Table Editor
        • Text Editor
        • Title Format
        • Toggle
        • Tooltip
        • Width
        • Workflow
      • Icon List
    • Views
      • Tag Helpers
        • Dictionary
        • Image
        • Minify
        • Page Cache
        • Canonical
        • Anchor
        • Content
        • Tag Name
    • Dependency Injection
    • Async Model
    • ASP.NET Core MVC
    • Package List
  • Release notes
    • v1.5.1
    • v1.5.0
    • v1.4.0
    • v1.3.1
    • v1.3.0
    • v1.2.2
    • v1.2.1
    • v1.2.0
    • v1.1.4
    • v1.1.3
    • v1.1.2
    • v1.1.1
    • v1.1.0
    • v1.0.4
    • v1.0.3
    • v1.0.2
    • v1.0.1
    • v1.0.0
  • API Reference
Copyright © Redakt, 2019-2025

PermissionBase Class

Search

Namespace:
Redakt.Authorization
Assembly:
Redakt.Authorization.dll

This type contains the following members.

public abstract class PermissionBase: IPermission
Inheritance:
ObjectPermissionBase
Implements:
IPermission

Constructors

PermissionBase(string, string, string, int)
PermissionBase(string, string, string, int, IEnumerable<string>)
PermissionBase(string, string, string, int, string)

Properties

Key
DisplayName
Category
SortIndex
AccessRights

Methods

Equals(object)
GetHashCode()

Derived types

AssetLibraryModulePermission
AssetModulePermission
CreatePermission
DictionaryModulePermission
EditPermission
IdentityStoreModulePermission
ImportExportPermission
LanguageModulePermission
ModulePermissionBase
PageModulePermission
PermanentDeletePermission
PublishPermission
ReadPermission
SetPermissionsPermission
SiteModulePermission
TrashPermission
UrlManagementModulePermission
In this article
DefinitionConstructorsPropertiesMethodsDerived types