Search Results for

    Show / Hide Table of Contents

    Class WorkshopItemRequestBase

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

    Properties

    | Improve this Doc View Source

    Articles

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