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 SourceTransactionItemArticleCostCenter()
Constructor without tenant
Declaration
public TransactionItemArticleCostCenter()
TransactionItemArticleCostCenter(Guid)
Constructor
Declaration
public TransactionItemArticleCostCenter(Guid tenantId)
Parameters
Type | Name | Description |
---|---|---|
System.Guid | tenantId |
Properties
| Improve this Doc View SourceAssignedCostCenter
Gets the assigned costcenter
Declaration
public CostCenter AssignedCostCenter { get; }
Property Value
Type | Description |
---|---|
CostCenter |
CostCenterId
Gets or sets the assigned costcenter id
Declaration
public Guid? CostCenterId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
CostObject
Gets the cost object
Declaration
public CostCenter CostObject { get; }
Property Value
Type | Description |
---|---|
CostCenter |
CostObjectId
Gets or sets the assigned cost object
Declaration
public Guid? CostObjectId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
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> |
DistributionKey
Gets or sets the distribution key
Declaration
public PreciseDecimal DistributionKey { get; set; }
Property Value
Type | Description |
---|---|
PreciseDecimal |
Gross
Gets or sets the gross value
Declaration
public PreciseDecimal Gross { get; set; }
Property Value
Type | Description |
---|---|
PreciseDecimal |
Guid
Gets or sets the unique id
Declaration
public Guid Guid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Net
Gets or sets the net-value
Declaration
public PreciseDecimal Net { get; set; }
Property Value
Type | Description |
---|---|
PreciseDecimal |
SelectedTenant
Gets or sets the selected organisation tenant
Declaration
public OrganizationTenant SelectedTenant { get; set; }
Property Value
Type | Description |
---|---|
OrganizationTenant |
TenantId
Gets or sets the current tenant id
Declaration
public Guid TenantId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
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> |
TransactionItemId
Gets or sets the assigned article transaction item id
Declaration
public Guid TransactionItemId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Vat
Gets or sets the Vat-value
Declaration
public PreciseDecimal Vat { get; set; }
Property Value
Type | Description |
---|---|
PreciseDecimal |