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 SourceCommonExportItemTransaction()
Constructor
Declaration
public CommonExportItemTransaction()
Properties
| Improve this Doc View SourceAssignedTransaction
Gets the currently assigned transaction for the current export
Declaration
public Transaction AssignedTransaction { get; }
Property Value
Type | Description |
---|---|
Transaction |
ExportId
Gets/sets the assigned export id
Declaration
public Guid ExportId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
ExportItemId
Gets/sets the assigned export item
Declaration
public Guid ExportItemId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Guid
Gets/sets the unique id
Declaration
public Guid Guid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
TransactionId
Gets/sets the assigned transaction id
Declaration
public Guid TransactionId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |