Class AccountingSequenceRead
AccountingSequenceRead
Inheritance
Implements
Inherited Members
Namespace: Simplic.Datev.Swagger.Model
Assembly: Simplic.Datev.IO.Swagger.dll
Syntax
[DataContract]
public class AccountingSequenceRead : IEquatable<AccountingSequenceRead>, IValidatableObjectConstructors
| Improve this Doc View SourceAccountingSequenceRead(String, Nullable<AccountingSequenceRead.AccountingReasonEnum>, String, String, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>, String, String, Nullable<AccountingSequenceRead.InspectionStatusEnum>, Nullable<Boolean>, String, Nullable<AccountingSequenceRead.RecordTypeEnum>)
Initializes a new instance of the AccountingSequenceRead class.
Declaration
public AccountingSequenceRead(string id = null, AccountingSequenceRead.AccountingReasonEnum? accountingReason = AccountingSequenceRead.AccountingReasonEnum.Independentfromaccountingreason, string accountingSequenceId = null, string applicationInformation = null, DateTime? dateCommitted = null, DateTime? dateFrom = null, DateTime? dateTo = null, string description = null, string initials = null, AccountingSequenceRead.InspectionStatusEnum? inspectionStatus = null, bool? isCommitted = null, string markOfOrigin = null, AccountingSequenceRead.RecordTypeEnum? recordType = AccountingSequenceRead.RecordTypeEnum.Financialaccounting)Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | id | (Stapel-ID) Accounting sequence ID. | 
| System.Nullable<AccountingSequenceRead.AccountingReasonEnum> | accountingReason | (Rechnungslegungszweck) Accounting reason (independent from accounting reason, reserved 1, reserved 2, commercial law, tax law, international accounting standards, for calculation) (default to AccountingReasonEnum.Independentfromaccountingreason). | 
| System.String | accountingSequenceId | (Stapelnummer) Accounting sequence number. | 
| System.String | applicationInformation | (Anwendungsinformation) Application information. | 
| System.Nullable<System.DateTime> | dateCommitted | (Datum Festschreibung) Date committed. | 
| System.Nullable<System.DateTime> | dateFrom | (Datum von) Date from. | 
| System.Nullable<System.DateTime> | dateTo | (Datum bis) Date to. | 
| System.String | description | (Bezeichnung) Name of the accounting sequence. | 
| System.String | initials | (Diktatkürzel) Command initials. | 
| System.Nullable<AccountingSequenceRead.InspectionStatusEnum> | inspectionStatus | (Prüfstatus) Inspection status (not specified = OK, record with error, record with warning). | 
| System.Nullable<System.Boolean> | isCommitted | (Festschreibekennzeichen) Finalization status flag. | 
| System.String | markOfOrigin | (Herkunftskennzeichen) Origin indicator. | 
| System.Nullable<AccountingSequenceRead.RecordTypeEnum> | recordType | (Buchungstyp) Record type (financial accounting, annual financial statements) (default to RecordTypeEnum.Financialaccounting). | 
Properties
| Improve this Doc View SourceAccountingReason
(Rechnungslegungszweck) Accounting reason (independent from accounting reason, reserved 1, reserved 2, commercial law, tax law, international accounting standards, for calculation)
Declaration
[DataMember(Name = "accounting_reason", EmitDefaultValue = false)]
public AccountingSequenceRead.AccountingReasonEnum? AccountingReason { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Nullable<AccountingSequenceRead.AccountingReasonEnum> | (Rechnungslegungszweck) Accounting reason (independent from accounting reason, reserved 1, reserved 2, commercial law, tax law, international accounting standards, for calculation) | 
AccountingSequenceId
(Stapelnummer) Accounting sequence number
Declaration
[DataMember(Name = "accounting_sequence_id", EmitDefaultValue = false)]
public string AccountingSequenceId { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String | (Stapelnummer) Accounting sequence number | 
ApplicationInformation
(Anwendungsinformation) Application information
Declaration
[DataMember(Name = "application_information", EmitDefaultValue = false)]
public string ApplicationInformation { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String | (Anwendungsinformation) Application information | 
DateCommitted
(Datum Festschreibung) Date committed
Declaration
[DataMember(Name = "date_committed", EmitDefaultValue = false)]
public DateTime? DateCommitted { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Nullable<System.DateTime> | (Datum Festschreibung) Date committed | 
DateFrom
(Datum von) Date from
Declaration
[DataMember(Name = "date_from", EmitDefaultValue = false)]
public DateTime? DateFrom { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Nullable<System.DateTime> | (Datum von) Date from | 
DateTo
(Datum bis) Date to
Declaration
[DataMember(Name = "date_to", EmitDefaultValue = false)]
public DateTime? DateTo { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Nullable<System.DateTime> | (Datum bis) Date to | 
Description
(Bezeichnung) Name of the accounting sequence
Declaration
[DataMember(Name = "description", EmitDefaultValue = false)]
public string Description { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String | (Bezeichnung) Name of the accounting sequence | 
Id
(Stapel-ID) Accounting sequence ID
Declaration
[DataMember(Name = "id", EmitDefaultValue = false)]
public string Id { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String | (Stapel-ID) Accounting sequence ID | 
Initials
(Diktatkürzel) Command initials
Declaration
[DataMember(Name = "initials", EmitDefaultValue = false)]
public string Initials { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String | (Diktatkürzel) Command initials | 
InspectionStatus
(Prüfstatus) Inspection status (not specified = OK, record with error, record with warning)
Declaration
[DataMember(Name = "inspection_status", EmitDefaultValue = false)]
public AccountingSequenceRead.InspectionStatusEnum? InspectionStatus { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Nullable<AccountingSequenceRead.InspectionStatusEnum> | (Prüfstatus) Inspection status (not specified = OK, record with error, record with warning) | 
IsCommitted
(Festschreibekennzeichen) Finalization status flag
Declaration
[DataMember(Name = "is_committed", EmitDefaultValue = false)]
public bool? IsCommitted { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Nullable<System.Boolean> | (Festschreibekennzeichen) Finalization status flag | 
MarkOfOrigin
(Herkunftskennzeichen) Origin indicator
Declaration
[DataMember(Name = "mark_of_origin", EmitDefaultValue = false)]
public string MarkOfOrigin { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String | (Herkunftskennzeichen) Origin indicator | 
RecordType
(Buchungstyp) Record type (financial accounting, annual financial statements)
Declaration
[DataMember(Name = "record_type", EmitDefaultValue = false)]
public AccountingSequenceRead.RecordTypeEnum? RecordType { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Nullable<AccountingSequenceRead.RecordTypeEnum> | (Buchungstyp) Record type (financial accounting, annual financial statements) | 
Methods
| Improve this Doc View SourceEquals(AccountingSequenceRead)
Returns true if AccountingSequenceRead instances are equal
Declaration
public bool Equals(AccountingSequenceRead input)Parameters
| Type | Name | Description | 
|---|---|---|
| AccountingSequenceRead | input | Instance of AccountingSequenceRead to be compared | 
Returns
| Type | Description | 
|---|---|
| System.Boolean | Boolean | 
Equals(Object)
Returns true if objects are equal
Declaration
public override bool Equals(object input)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Object | input | Object to be compared | 
Returns
| Type | Description | 
|---|---|
| System.Boolean | Boolean | 
Overrides
GetHashCode()
Gets the hash code
Declaration
public override int GetHashCode()Returns
| Type | Description | 
|---|---|
| System.Int32 | Hash code | 
Overrides
ToJson()
Returns the JSON string presentation of the object
Declaration
public virtual string ToJson()Returns
| Type | Description | 
|---|---|
| System.String | JSON string presentation of the object | 
ToString()
Returns the string presentation of the object
Declaration
public override string ToString()Returns
| Type | Description | 
|---|---|
| System.String | String presentation of the object | 
Overrides
Explicit Interface Implementations
| Improve this Doc View SourceIValidatableObject.Validate(ValidationContext)
To validate all properties of the instance
Declaration
IEnumerable<ValidationResult> IValidatableObject.Validate(ValidationContext validationContext)Parameters
| Type | Name | Description | 
|---|---|---|
| System.ComponentModel.DataAnnotations.ValidationContext | validationContext | Validation context | 
Returns
| Type | Description | 
|---|---|
| System.Collections.Generic.IEnumerable<System.ComponentModel.DataAnnotations.ValidationResult> | Validation Result |