Click or drag to resize

Permission Class

Represents an individual access right or permission that may be associated to a security Role.
Inheritance Hierarchy
SystemObject
  FactoryLogix.xTend.DataObjectsPermission

Namespace:  FactoryLogix.xTend.DataObjects
Assembly:  FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.242.0.0 (8.242.0.0)
Syntax
public class Permission

The Permission type exposes the following members.

Constructors
  NameDescription
Public methodPermission
Initializes a new instance of the Permission class
Top
Properties
  NameDescription
Public propertyId
An identifier which uniquely identifies this particular permission
Public propertyName
The friendly name of this Permission
Public propertyPermissionCategory
The category name of this Permission
Public propertyPermissionSubCategory
The sub-category name of this Permission
Top
See Also