Search Results for

    Show / Hide Table of Contents

    Class FinancialRecord

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

    Constructors

    | Improve this Doc View Source

    FinancialRecord()

    Constructor

    Declaration
    public FinancialRecord()

    Properties

    | Improve this Doc View Source

    Account

    Gets the assigned personal account

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

    Amount

    Gets/sets the amount of the financial record

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

    AssignedTransactions

    Gets the list of the assigned transactions

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

    Booking

    Gets/sets S/H

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

    ClearingId

    Gets/sets the assigned Clearing

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

    CreateDate

    Gets/sets the date of build

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

    CreateTime

    Gets/sets the time of build

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

    DunningId

    Gets or sets the assigned dunning

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

    GLAId

    Gets/sets the assigned bankdetail

    Declaration
    public Guid? GLAId { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Guid>
    | 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

    IsCredit

    Gets/sets the flag if this amount is a credit

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

    IsDeleted

    Gets/sets the delete flag

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

    IsExported

    Gets or sets the export flag

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

    ParentId

    Gets/sets the father record id

    Declaration
    public Guid ParentId { 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.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

    Type

    Gets/sets the record type object

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

    TypeId

    Gets/sets the type of the financial record

    Declaration
    public Guid TypeId { 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