Click or drag to resize

Role Class

Represents a group of FactoryLogix User Accounts.
Inheritance Hierarchy
SystemObject
  FactoryLogix.xTend.DataObjectsRole

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 Role

The Role type exposes the following members.

Constructors
  NameDescription
Public methodRole
Initializes a new instance of the Role class
Top
Properties
  NameDescription
Public propertyId
A unique identifier for this particular security Role (corresponds to the primary key in the FactoryLogix database)
Public propertyIsAdministratorRole
True if the role is the built in Administrator role. This role cannot be edited.
Public propertyIsEveryoneRole
True if the role is the built in Everyone role. Only the permissions can be edited.
Public propertyName
The name of this Role
Public propertyPermissions
A list of the Permissions associated with this security Role.
Top
See Also