Search Results for

    Show / Hide Table of Contents

    Class TransactionItemBooking

    Inheritance
    System.Object
    TransactionItemBooking
    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 TransactionItemBooking

    Constructors

    | Improve this Doc View Source

    TransactionItemBooking()

    Declaration
    public TransactionItemBooking()

    Properties

    | Improve this Doc View Source

    Guid

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

    IsDeleted

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

    Quantity

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

    SourceGlobalTransactionId

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

    SourceItem

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

    SourceItemId

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

    SourceTransactionId

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

    TargetGlobalTransactionId

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

    TargetItem

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

    TargetItemId

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

    TargetTransactionId

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