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



In This Topic
    Schema.OrderColumn Enumeration
    In This Topic
    An enumeration of Order column identifiers.
    Syntax
    'Declaration
     
    
    <DataContractAttribute(Name="OrderColumn", Namespace="https://secure.ontime360.com/soapapi/")>
    Public Enum Schema.OrderColumn 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As Schema.OrderColumn
    [DataContract(Name="OrderColumn", Namespace="https://secure.ontime360.com/soapapi/")]
    public enum Schema.OrderColumn : System.Enum 
    [DataContract(Name="OrderColumn", Namespace="https://secure.ontime360.com/soapapi/")]
    public enum class Schema.OrderColumn : public System.Enum 
    Members
    MemberDescription
    AdjustmentReferences the database column mapped to Order.PriceAdjustment.
    BasePriceReferences the database column mapped to Order.BasePrice.
    CachedTotalCostReferences the database column mapped to Order.TotalCost.
    CollectionArrivalDateReferences the database column mapped to Order.CollectionArrivalDate.
    CollectionAssignedDriverReferences the database column mapped to Order.CollectionAssignedDriver.
    CollectionContactNameReferences the database column mapped to Order.CollectionContactName.
    CollectionEarliestTimeReferences the database column mapped to the EarliestTime field of the TimeWindow object stored in Order.CollectionArrivalWindow.
    CollectionLatestTimeReferences the database column mapped to the LatestTime field of the TimeWindow object stored in Order.CollectionArrivalWindow.
    CollectionLocationReferences the database column mapped to Order.CollectionLocation.
    CommentsReferences the database column mapped to Order.Comments.
    CustomerReferences the database column mapped to Order.Customer.
    CustomerContactReferences the database column mapped to Order.CustomerContact.
    DateSubmittedReferences the database column mapped to Order.DateSubmitted.
    DeclaredValueReferences the database column mapped to Order.DeclaredValue.
    DeliveryArrivalDateReferences the database column mapped to Order.DeliveryArrivalDate.
    DeliveryAssignedDriverReferences the database column mapped to Order.DeliveryAssignedDriver.
    DeliveryContactNameReferences the database column mapped to Order.DeliveryContactName.
    DeliveryEarliestTimeReferences the database column mapped to the EarliestTime field of the TimeWindow object stored in Order.DeliveryArrivalWindow.
    DeliveryLatestTimeReferences the database column mapped to the LatestTime field of the TimeWindow object stored in Order.DeliveryArrivalWindow.
    DeliveryLocationReferences the database column mapped to Order.DeliveryLocation.
    DepartmentReferences the database column mapped to Order.Department.
    DescriptionReferences the database column mapped to Order.Description.
    DispatcherReferences the database column mapped to Order.Dispatcher.
    DistanceReferences the database column mapped to Order.Distance.
    DriverCurrentlyAssignedReferences the database column mapped to Order.DriverCurrentlyAssigned.
    HeightReferences the database column mapped to Order.Height.
    IDReferences the database column mapped to Order.ID.
    IncomingTrackingNumberReferences the database column mapped to Order.IncomingTrackingNumber.
    LengthReferences the database column mapped to Order.Length.
    OutgoingTrackingNumberReferences the database column mapped to Order.OutgoingTrackingNumber.
    PriceSetReferences the database column mapped to Order.PriceSet.
    PurchaseOrderNumberReferences the database column mapped to Order.PurchaseOrderNumber.
    QuantityReferences the database column mapped to Order.Quantity.
    ReferenceNumberReferences the database column mapped to Order.ReferenceNumber.
    RequestedByReferences the database column mapped to Order.RequestedBy.
    StatusReferences the database column mapped to Order.StatusLevel.
    StatusDetailReferences the database column mapped to the unique ID field of the Status object stored in Order.Status.
    SubmissionSourceReferences the database column mapped to Order.SubmissionSource.
    TrackingNumberReferences the database column mapped to Order.TrackingNumber.
    VehicleRequiredReferences the database column mapped to Order.VehicleRequired.
    WeightReferences the database column mapped to Order.Weight.
    WidthReferences the database column mapped to Order.Width.
    Remarks
    Used to reference database columns in Filter objects, OrderQuery methods, and various SOAP operations.
    Inheritance Hierarchy

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

    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