Class FinancialAccountingClient
Client data for the export header
Inheritance
System.Object
FinancialAccountingClient
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 FinancialAccountingClient
Constructors
| Improve this Doc View SourceFinancialAccountingClient()
Constructor
Declaration
public FinancialAccountingClient()
Properties
| Improve this Doc View SourceClientNumber
Gets/sets the unique number of the client
Declaration
public string ClientNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ConsulterNumber
Gets/sets the unique number of the consultant
Declaration
public string ConsulterNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DatevAccountNumberLenght
Declaration
public int DatevAccountNumberLenght { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ExportFormat
Export format assigned to this client
Declaration
public int ExportFormat { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
FinancialYearStart
Gets/sets the start of the financial year
Declaration
public DateTime FinancialYearStart { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
Guid
Gets/sets the unique id
Declaration
public Guid Guid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
IsDeleted
Gets/sets the client data as deleted
Declaration
public bool IsDeleted { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
tenant
Gets the tenant object
Declaration
public OrganizationTenant tenant { get; }
Property Value
Type | Description |
---|---|
OrganizationTenant |
TenantId
Gets/sets the assigned tenant
Declaration
public Guid TenantId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |