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 SourceFinancialRecordTransaction()
Constructor
Declaration
public FinancialRecordTransaction()
Properties
| Improve this Doc View SourceClearingId
Gets/Sets the assigned clearing
Declaration
public Guid? ClearingId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
Guid
Gets/sets the unique id
Declaration
public Guid Guid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
RecordId
Gets/Sets the assigned financial record
Declaration
public Guid? RecordId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
TransactionId
Gets/Sets the assigned transaction
Declaration
public Guid TransactionId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |