Search Results for

    Show / Hide Table of Contents

    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 Source

    FinancialClearing()

    Constructor

    Declaration
    public FinancialClearing()

    Properties

    | Improve this Doc View Source

    AssignedRecords

    Gets the assigned records

    Declaration
    public StatefulCollection<FinancialRecord> AssignedRecords { get; }
    Property Value
    Type Description
    StatefulCollection<FinancialRecord>
    | Improve this Doc View Source

    AssignedTransactions

    Gets the assigned transactions

    Declaration
    public StatefulCollection<FinancialRecordTransaction> AssignedTransactions { get; }
    Property Value
    Type Description
    StatefulCollection<FinancialRecordTransaction>
    | Improve this Doc View Source

    ClearingCredit

    Gets or set the credit value for clearing

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

    ClearingDebit

    Gets or set the debit value for clearing

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

    CreateDate

    Gets/sets date of build

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

    CreateTime

    Gets/sets time of build

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

    Guid

    Gets/sets the unique id

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

    PersonalAccountId

    Gets/sets the assigned personal account

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

    RemainingStockId

    Gets/sets the remaing stock after clearing

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

    SelectedTenant

    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
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx