Click or drag to resize

OrgPermissionTypes Class

Provides the list of all standard permission types (like Create, Read, Update or Delete) by type of object.
Inheritance Hierarchy
SystemObject
  Packflow.ModelingOrgPermissionTypes

Namespace:  Packflow.Modeling
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public static class OrgPermissionTypes

The OrgPermissionTypes type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberAllPermissionTypes
Gets the list of all standard permission types.
Public propertyStatic memberApplication_AllPermissionTypes
Gets the list of permission types applied on applications.
Public propertyStatic memberApplication_CreateContentType
Gets the permission type allowing the creation of content-types on applications.
Public propertyStatic memberApplication_Delete
Gets the Delete permission type, applied on applications.
Public propertyStatic memberApplication_Read
Gets the Read permission type, applied on applications.
Public propertyStatic memberApplication_Update
Gets the Update permission type, applied on applications.
Public propertyStatic memberContentType_AllPermissionTypes
Gets the list of permission types applied on content-types.
Public propertyStatic memberContentType_CreateItem
Gets the permission type allowing the creation of items on content-types.
Public propertyStatic memberContentType_Delete
Gets the Delete permission type, applied on content-types.
Public propertyStatic memberContentType_Read
Gets the Read permission type, applied on content-types.
Public propertyStatic memberContentType_Update
Gets the Update permission type, applied on content-types.
Public propertyStatic memberItem_AllPermissionTypes
Gets the list of permission types applied on items.
Public propertyStatic memberItem_Delete
Gets the Delete permission type, applied on items.
Public propertyStatic memberItem_GotoAnyStep
Gets the permission type allowing moving items' workflows to any step.
Public propertyStatic memberItem_GotoNextStep
Gets the permission type allowing moving items' workflows to the next step.
Public propertyStatic memberItem_Read
Gets the Read permission type, applied on items.
Public propertyStatic memberItem_ReassignTasks
Gets the permission type allowing reassigning the task of items' workflows.
Public propertyStatic memberItem_Update
Gets the Update permission type, applied on items.
Public propertyStatic memberSite_AllPermissionTypes
Gets the list of permission types applied on sites.
Public propertyStatic memberSite_CreateApplication
Gets the permission type allowing the creation of applications on sites.
Public propertyStatic memberSite_Delete
Gets the Delete permission type, applied on sites.
Public propertyStatic memberSite_Read
Gets the Read permission type, applied on sites.
Public propertyStatic memberSite_Update
Gets the Update permission type, applied on sites.
Top
Methods
Fields
  NameDescription
Public fieldStatic memberApplication_CreateContentType_Key
Key of the permission type allowing the creation of content-types on applications.
Public fieldStatic memberApplication_Delete_Key
Key of the Delete permission type, applied on applications.
Public fieldStatic memberApplication_Read_Key
Key of the Read permission type, applied on applications.
Public fieldStatic memberApplication_Update_Key
Key of the Update permission type, applied on applications.
Public fieldStatic memberContentType_CreateItem_Key
Key of the permission type allowing the creation of items on content-types.
Public fieldStatic memberContentType_Delete_Key
Key of the Delete permission type, applied on content-types.
Public fieldStatic memberContentType_Read_Key
Key of the Read permission type, applied on content-types.
Public fieldStatic memberContentType_Update_Key
Key of the Update permission type, applied on content-types.
Public fieldStatic memberItem_Delete_Key
Key of the Delete permission type, applied on items.
Public fieldStatic memberItem_GotoAnyStep_Key
Key of the permission type allowing moving items' workflows to any step.
Public fieldStatic memberItem_GotoNextStep_Key
Key of the permission type allowing moving items' workflows to the next step.
Public fieldStatic memberItem_Read_Key
Key of the Read permission type, applied on items.
Public fieldStatic memberItem_ReassignTasks_Key
Key of the permission type allowing reassigning the task of items' workflows.
Public fieldStatic memberItem_Update_Key
Key of the Update permission type, applied on items.
Public fieldStatic memberSite_CreateApplication_Key
Key of the permission type allowing the creation of applications on sites.
Public fieldStatic memberSite_Delete_Key
Key of the Delete permission type, applied on sites.
Public fieldStatic memberSite_Read_Key
Key of the Read permission type, applied on sites.
Public fieldStatic memberSite_Update_Key
Key of the Update permission type, applied on sites.
Top
See Also