OnTime Extension SDK Documentation
OnTime.Extensions.SDK Namespace / UserMiscCompensationBase.UserRole Enumeration



In This Topic
    UserMiscCompensationBase.UserRole Enumeration
    In This Topic
    Values used to indicate which User is being compensated for the Order assigned to any UserMiscCompensation record.
    Syntax
    'Declaration
     
    
    Public Enum UserMiscCompensationBase.UserRole 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As UserMiscCompensationBase.UserRole
    public enum UserMiscCompensationBase.UserRole : System.Enum 
    public enum class UserMiscCompensationBase.UserRole : public System.Enum 
    Members
    MemberDescription
    DispatcherIndicates the UserMiscCompensation pertains to the User assigned as a dispatcher of an Order.
    DriverIndicates the UserMiscCompensation pertains to the User assigned as a driver for an Order.
    NoneIndicates an undefined or invalid user role.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             OnTime.Extensions.SDK.UserMiscCompensationBase.UserRole

    Requirements

    Target Platforms: Windows 7, Windows 8, Windows 8.1, Windows 10, Windows 11, Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2012, Windows Server 2012 R2, Windows Server 2016, Windows Server 2019, Windows Server 2022

    See Also