Click or drag to resize
Role Class
Represents single Role object.
Inheritance Hierarchy
SystemObject
  CorrigoService.EntitiesCorrigoEntity
    CorrigoServiceCorrigoEntityWithOptimisticLock
      CorrigoService.EntitiesRole

Namespace: CorrigoService.Entities
Assembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
[SerializableAttribute]
public class Role : CorrigoEntityWithOptimisticLock

The Role type exposes the following members.

Properties
  NameDescription
Public propertyCurrencies
Money values
Public propertyDisplayAs
Role’s displayable name. Max Length=256
Public propertyIsIsmRequired
Boolean flag; part of ISM setup. True means Induction and Safety Management (ISM) is applicable to Technicians assigned to this Role.
Public propertyRank
Rank used to arrange roles by their level of privileges and restrict users from assigning roles indiscriminately. Supported values are 1 – 99.
Public propertySsoLoginOnly
Boolean flag; True means Role can login only using SSO identity provider.
Public propertyUnlimitedNte
Top
See Also