Class FinancialExportContact
Contains last export date
Inheritance
System.Object
FinancialExportContact
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.FinancialAccountingExport
Assembly: Simplic.ERP.Core.dll
Syntax
public class FinancialExportContact
Properties
| Improve this Doc View SourceContactId
Gets or sets the assigned contact id
Declaration
public long ContactId { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
Guid
Gets or sets the unique id
Declaration
public Guid Guid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
LastExport
Gets or sets the last date of export
Declaration
public DateTime LastExport { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |