Search Results for

    Show / Hide Table of Contents

    Class PatchWorkshopRequest

    Inheritance
    System.Object
    PatchWorkshopRequest
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Simplic.PlugIn.Logistics.WebApi.Workshop
    Assembly: Simplic.PlugIn.Logistics.dll
    Syntax
    public class PatchWorkshopRequest

    Properties

    | Improve this Doc View Source

    Items

    Declaration
    public ICollection<PatchWorkshopItemRequest> Items { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.ICollection<PatchWorkshopItemRequest>
    | Improve this Doc View Source

    Mileage

    Declaration
    public double? Mileage { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Double>
    | Improve this Doc View Source

    OperatingHours

    Declaration
    public double? OperatingHours { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Double>
    | Improve this Doc View Source

    PlannedDate

    Declaration
    public DateTimeOffset? PlannedDate { get; set; }
    Property Value
    Type Description
    System.Nullable<System.DateTimeOffset>
    | Improve this Doc View Source

    StatusId

    Declaration
    public Guid? StatusId { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Guid>
    | Improve this Doc View Source

    VehicleId

    Declaration
    public Guid? VehicleId { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Guid>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx