Search Results for

    Show / Hide Table of Contents

    Class CreateWorkshopStatusRequest

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

    Properties

    | Improve this Doc View Source

    HexColor

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

    Name

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

    Number

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

    OrderNr

    Declaration
    public int OrderNr { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    Resolver

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

    Roles

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