Class DatevAddressItem
Builds the adress data for the datev csv export
Inheritance
System.Object
DatevAddressItem
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 DatevAddressItem
Constructors
| Improve this Doc View SourceDatevAddressItem(Contact, String)
Constructor
Declaration
public DatevAddressItem(Contact contact, string accountNumber)
Parameters
Type | Name | Description |
---|---|---|
Contact | contact | |
System.String | accountNumber |
Properties
| Improve this Doc View SourceContact
Gets the contact object
Declaration
public Contact Contact { get; }
Property Value
Type | Description |
---|---|
Contact |
ContactId
Gets or sets the contact id
Declaration
public long ContactId { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
Data
Gets the export data in datev field order
Declaration
public IEnumerable<string> Data { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<System.String> |