Search Results for

    Show / Hide Table of Contents

    Class ArticleInputObject

    An article input object

    Inheritance
    System.Object
    ArticleInputObject
    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.ERP.Pricing
    Assembly: Simplic.ERP.Pricing.dll
    Syntax
    public class ArticleInputObject

    Properties

    | Improve this Doc View Source

    EAN

    Gets or sets the EAN

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

    Id

    Gets or sets the Id

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

    ManufacturerArticleNumber

    Gets or sets the ManufacturerArticleNumber

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

    ManufacturerName

    Gets or sets the ManufacturerName

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

    ManufacturerNumber

    Gets or sets the ManufacturerNumber

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

    Number

    Gets or sets the Number

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

    ShortName

    Gets or sets the ShortName

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

    UniqueArticleNumber

    Gets or sets the UniqueArticleNumber

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