Search Results for

    Show / Hide Table of Contents

    Class WorkshopModel

    Inheritance
    System.Object
    WorkshopModel
    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 WorkshopModel

    Properties

    | Improve this Doc View Source

    CreateDateTime

    Declaration
    public DateTimeOffset CreateDateTime { get; set; }
    Property Value
    Type Description
    System.DateTimeOffset
    | Improve this Doc View Source

    CreateUserId

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

    CreateUserName

    Declaration
    public string CreateUserName { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Id

    Declaration
    public Guid Id { get; set; }
    Property Value
    Type Description
    System.Guid
    | Improve this Doc View Source

    IsDeleted

    Declaration
    public bool IsDeleted { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Items

    Declaration
    public ICollection<WorkshopItemModel> Items { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.ICollection<WorkshopItemModel>
    | 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

    OrganizationId

    Declaration
    public Guid OrganizationId { get; set; }
    Property Value
    Type Description
    System.Guid
    | 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

    Status

    Declaration
    public WorkshopStatusModel Status { get; set; }
    Property Value
    Type Description
    WorkshopStatusModel
    | Improve this Doc View Source

    UpdateDateTime

    Declaration
    public DateTimeOffset UpdateDateTime { get; set; }
    Property Value
    Type Description
    System.DateTimeOffset
    | Improve this Doc View Source

    UpdateUserId

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

    UpdateUserName

    Declaration
    public string UpdateUserName { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Vehicle

    Declaration
    public WorkshopVehicleModel Vehicle { get; set; }
    Property Value
    Type Description
    WorkshopVehicleModel
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx