Search Results for

    Show / Hide Table of Contents

    Class AccountingSequenceRead

    AccountingSequenceRead

    Inheritance
    System.Object
    AccountingSequenceRead
    Implements
    System.IEquatable<AccountingSequenceRead>
    System.ComponentModel.DataAnnotations.IValidatableObject
    Inherited Members
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Simplic.Datev.Swagger.Model
    Assembly: Simplic.Datev.IO.Swagger.dll
    Syntax
    [DataContract]
    public class AccountingSequenceRead : IEquatable<AccountingSequenceRead>, IValidatableObject

    Constructors

    | Improve this Doc View Source

    AccountingSequenceRead(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 Source

    AccountingReason

    (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)

    | Improve this Doc View Source

    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

    | Improve this Doc View Source

    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

    | Improve this Doc View Source

    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

    | Improve this Doc View Source

    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

    | Improve this Doc View Source

    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

    | Improve this Doc View Source

    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

    | Improve this Doc View Source

    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

    | Improve this Doc View Source

    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

    | Improve this Doc View Source

    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)

    | Improve this Doc View Source

    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

    | Improve this Doc View Source

    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

    | Improve this Doc View Source

    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 Source

    Equals(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

    | Improve this Doc View Source

    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
    System.Object.Equals(System.Object)
    | Improve this Doc View Source

    GetHashCode()

    Gets the hash code

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    System.Int32

    Hash code

    Overrides
    System.Object.GetHashCode()
    | Improve this Doc View Source

    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

    | Improve this Doc View Source

    ToString()

    Returns the string presentation of the object

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String

    String presentation of the object

    Overrides
    System.Object.ToString()

    Explicit Interface Implementations

    | Improve this Doc View Source

    IValidatableObject.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

    Implements

    System.IEquatable<T>
    System.ComponentModel.DataAnnotations.IValidatableObject
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx