Search Results for

    Show / Hide Table of Contents

    Class ArticleTaxRate

    Connection between tax-rate-type and an article

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

    Constructors

    | Improve this Doc View Source

    ArticleTaxRate()

    Initialize new manager

    Declaration
    public ArticleTaxRate()

    Properties

    | Improve this Doc View Source

    ArticleId

    Gets or sets the unique article id

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

    TaxRateType

    Gets or sets the tax rate type

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

    TaxRateTypeId

    Gets or sets the rate type id

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