Search Results for

    Show / Hide Table of Contents

    Class FinancialRecordTransaction

    Inheritance
    System.Object
    FinancialRecordTransaction
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Simplic.ERP.Core
    Assembly: Simplic.ERP.Core.dll
    Syntax
    public class FinancialRecordTransaction

    Constructors

    | Improve this Doc View Source

    FinancialRecordTransaction()

    Constructor

    Declaration
    public FinancialRecordTransaction()

    Properties

    | Improve this Doc View Source

    ClearingId

    Gets/Sets the assigned clearing

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

    RecordId

    Gets/Sets the assigned financial record

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

    TransactionId

    Gets/Sets the assigned transaction

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