Search Results for

    Show / Hide Table of Contents

    Class PatchWorkshopItemRequest

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

    Properties

    | Improve this Doc View Source

    _remove

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

    Articles

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

    Id

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

    Reference

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

    Tags

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

    TimeInMinutes

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

    WorkDone

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

    WorkToDo

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