OnTime Extension SDK Documentation
OnTime.Extensions.SDK Namespace / Schema.UserColumn Enumeration



In This Topic
    Schema.UserColumn Enumeration
    In This Topic
    An enumeration of User column identifiers.
    Syntax
    'Declaration
     
    
    <DataContractAttribute(Name="UserColumn", Namespace="https://secure.ontime360.com/soapapi/")>
    Public Enum Schema.UserColumn 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As Schema.UserColumn
    [DataContract(Name="UserColumn", Namespace="https://secure.ontime360.com/soapapi/")]
    public enum Schema.UserColumn : System.Enum 
    [DataContract(Name="UserColumn", Namespace="https://secure.ontime360.com/soapapi/")]
    public enum class Schema.UserColumn : public System.Enum 
    Members
    MemberDescription
    AllowSMSUpdatesReferences the database column mapped to User.AllowSMSUpdates.
    CommentsReferences the database column mapped to User.Comments.
    CompanyNameReferences the database column mapped to User.CompanyName.
    DispatcherHourlyRateReferences the database column mapped to User.DispatcherHourlyRate.
    DispatcherPackageRateReferences the database column mapped to User.DispatcherPackageRate.
    DriverHourlyRateReferences the database column mapped to User.DriverHourlyRate.
    DriverLastLocationReferences the database column mapped to User.DriverLastLocation.
    DriverLastSyncReferences the database column mapped to User.DriverLastSync.
    DriverPackageRateReferences the database column mapped to User.DriverPackageRate.
    EmailReferences the database column mapped to User.Email.
    EmployerIdentificationNumberReferences the database column mapped to User.EmployerIdentificationNumber.
    FirstNameReferences the database column mapped to User.FirstName.
    GrossCommissionRateReferences the database column mapped to User.GrossCommissionRate.
    HiredDateReferences the database column mapped to User.HiredDate.
    IDReferences the database column mapped to User.ID.
    IsAdministratorReferences the database column mapped to User.IsAdministrator.
    IsCompanyReferences the database column mapped to User.IsCompany.
    IsDispatcherReferences the database column mapped to User.IsDispatcher.
    IsDriverReferences the database column mapped to User.IsDriver.
    IsEmployeeReferences the database column mapped to User.IsEmployee.
    IsLimitedUserAccountReferences the database column mapped to User.IsLimitedUserAccount.
    IsSubcontractorReferences the database column mapped to User.IsSubcontractor.
    LastNameReferences the database column mapped to User.LastName.
    LoggedInAsDispatcherReferences the database column mapped to User.LoggedInAsDispatcher.
    LoggedInAsDriverReferences the database column mapped to User.LoggedInAsDriver.
    MileageRateReferences the database column mapped to User.MileageRate.
    MobileNumberReferences the database column mapped to User.MobileNumber.
    SMSNumberReferences the database column mapped to User.SMSNumber.
    TimeZoneReferences the database column mapped to User.TimeZone.
    UserNameReferences the database column mapped to User.UserName.
    Remarks
    Used to reference database columns in Filter objects, UserQuery methods, and various SOAP operations.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             OnTime.Extensions.SDK.Schema.UserColumn

    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