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



In This Topic
    Schema.VehicleColumn Enumeration
    In This Topic
    An enumeration of Vehicle column identifiers.
    Syntax
    'Declaration
     
    
    <DataContractAttribute(Name="VehicleColumn", Namespace="https://secure.ontime360.com/soapapi/")>
    Public Enum Schema.VehicleColumn 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As Schema.VehicleColumn
    [DataContract(Name="VehicleColumn", Namespace="https://secure.ontime360.com/soapapi/")]
    public enum Schema.VehicleColumn : System.Enum 
    [DataContract(Name="VehicleColumn", Namespace="https://secure.ontime360.com/soapapi/")]
    public enum class Schema.VehicleColumn : public System.Enum 
    Members
    MemberDescription
    CapabilitiesReferences the database column mapped to Vehicle.Capabilities.
    CapacityReferences the database column mapped to Vehicle.Capacity.
    CommentsReferences the database column mapped to Vehicle.Comments.
    FleetIDReferences the database column mapped to Vehicle.FleetID.
    IDReferences the database column mapped to Vehicle.ID.
    IsCompanyVehicleReferences the database column mapped to Vehicle.IsCompanyVehicle.
    ManufacturerReferences the database column mapped to Vehicle.Manufacturer.
    ModelReferences the database column mapped to Vehicle.Model.
    OdometerReadingReferences the database column mapped to Vehicle.OdometerReading.
    OwnerReferences the database column mapped to Vehicle.Owner.
    RegistrationPlateReferences the database column mapped to Vehicle.RegistrationPlate.
    VehicleIdentificationNumberReferences the database column mapped to Vehicle.VehicleIdentificationNumber.
    VehicleTypeReferences the database column mapped to Vehicle.Type.
    YearReferences the database column mapped to Vehicle.Year.
    Remarks
    Used to reference database columns in Filter objects, VehicleQuery methods, and various SOAP operations.
    Inheritance Hierarchy

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

    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