Class FinancialClearing
Inheritance
System.Object
FinancialClearing
Namespace: Simplic.ERP.Core
Assembly: Simplic.ERP.Core.dll
Syntax
public class FinancialClearing : IMultiTenantCompatible
Constructors
| Improve this Doc View SourceFinancialClearing()
Constructor
Declaration
public FinancialClearing()
Properties
| Improve this Doc View SourceAssignedRecords
Gets the assigned records
Declaration
public StatefulCollection<FinancialRecord> AssignedRecords { get; }
Property Value
Type | Description |
---|---|
StatefulCollection<FinancialRecord> |
AssignedTransactions
Gets the assigned transactions
Declaration
public StatefulCollection<FinancialRecordTransaction> AssignedTransactions { get; }
Property Value
Type | Description |
---|---|
StatefulCollection<FinancialRecordTransaction> |
ClearingCredit
Gets or set the credit value for clearing
Declaration
public PreciseDecimal ClearingCredit { get; set; }
Property Value
Type | Description |
---|---|
PreciseDecimal |
ClearingDebit
Gets or set the debit value for clearing
Declaration
public PreciseDecimal ClearingDebit { get; set; }
Property Value
Type | Description |
---|---|
PreciseDecimal |
CreateDate
Gets/sets date of build
Declaration
public DateTime CreateDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
CreateTime
Gets/sets time of build
Declaration
public TimeSpan CreateTime { get; set; }
Property Value
Type | Description |
---|---|
System.TimeSpan |
Guid
Gets/sets the unique id
Declaration
public Guid Guid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
PersonalAccountId
Gets/sets the assigned personal account
Declaration
public Guid PersonalAccountId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
RemainingStockId
Gets/sets the remaing stock after clearing
Declaration
public Guid? RemainingStockId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
SelectedTenant
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> |