Search Results for

    Show / Hide Table of Contents

    Class TransactionItemArticleCostCenter

    Represents a costcender articleitem assignment

    Inheritance
    System.Object
    TransactionItemArticleCostCenter
    Namespace: Simplic.ERP.Core
    Assembly: Simplic.ERP.Core.dll
    Syntax
    public class TransactionItemArticleCostCenter : IMultiTenantCompatible

    Constructors

    | Improve this Doc View Source

    TransactionItemArticleCostCenter()

    Constructor without tenant

    Declaration
    public TransactionItemArticleCostCenter()
    | Improve this Doc View Source

    TransactionItemArticleCostCenter(Guid)

    Constructor

    Declaration
    public TransactionItemArticleCostCenter(Guid tenantId)
    Parameters
    Type Name Description
    System.Guid tenantId

    Properties

    | Improve this Doc View Source

    AssignedCostCenter

    Gets the assigned costcenter

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

    CostCenterId

    Gets or sets the assigned costcenter id

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

    CostObject

    Gets the cost object

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

    CostObjectId

    Gets or sets the assigned cost object

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

    CostObjectParameter

    Gets the cost object parameter

    Declaration
    public IDictionary<string, object> CostObjectParameter { get; }
    Property Value
    Type Description
    System.Collections.Generic.IDictionary<System.String, System.Object>
    | Improve this Doc View Source

    DistributionKey

    Gets or sets the distribution key

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

    Gross

    Gets or sets the gross value

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

    Guid

    Gets or sets the unique id

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

    Net

    Gets or sets the net-value

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

    SelectedTenant

    Gets or sets the selected organisation tenant

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

    TenantId

    Gets or sets the current tenant id

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

    Tenants

    Gets or sets a list of available tenants

    Declaration
    public ObservableCollection<OrganizationTenant> Tenants { get; set; }
    Property Value
    Type Description
    System.Collections.ObjectModel.ObservableCollection<OrganizationTenant>
    | Improve this Doc View Source

    TransactionItemId

    Gets or sets the assigned article transaction item id

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

    Vat

    Gets or sets the Vat-value

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