Search Results for

    Show / Hide Table of Contents

    Class CommonExportItemTransaction

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

    Constructors

    | Improve this Doc View Source

    CommonExportItemTransaction()

    Constructor

    Declaration
    public CommonExportItemTransaction()

    Properties

    | Improve this Doc View Source

    AssignedTransaction

    Gets the currently assigned transaction for the current export

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

    ExportId

    Gets/sets the assigned export id

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

    ExportItemId

    Gets/sets the assigned export item

    Declaration
    public Guid ExportItemId { get; set; }
    Property Value
    Type Description
    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

    TransactionId

    Gets/sets the assigned transaction id

    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