Search Results for

    Show / Hide Table of Contents

    Class DatevCorrespondenceInformation

    DatevCorrespondenceInformation

    Inheritance
    System.Object
    DatevCorrespondenceInformation
    Implements
    System.IEquatable<DatevCorrespondenceInformation>
    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 DatevCorrespondenceInformation : IEquatable<DatevCorrespondenceInformation>, IValidatableObject

    Constructors

    | Improve this Doc View Source

    DatevCorrespondenceInformation(String, String, String, String, Nullable<DatevCorrespondenceInformation.LanguageEnum>, Nullable<DatevCorrespondenceInformation.OutputDestinationEnum>, String, String)

    Initializes a new instance of the DatevCorrespondenceInformation class.

    Declaration
    public DatevCorrespondenceInformation(string alternativeContactPerson = null, string clerk = null, string complimentaryClose = null, string contactPerson = null, DatevCorrespondenceInformation.LanguageEnum? language = null, DatevCorrespondenceInformation.OutputDestinationEnum? outputDestination = null, string salutation = null, string thirdPartyNumber = null)
    Parameters
    Type Name Description
    System.String alternativeContactPerson

    (Alternative Kontaktperson) Alternative contact person.

    System.String clerk

    (Sachbearbeiter) Clerk.

    System.String complimentaryClose

    (Brief Grußformel) Complimentary close of a letter.

    System.String contactPerson

    (Ansprechpartner) Contact person.

    System.Nullable<DatevCorrespondenceInformation.LanguageEnum> language

    (Sprache) Language (not specified, german, french, english, spanish, italian).

    System.Nullable<DatevCorrespondenceInformation.OutputDestinationEnum> outputDestination

    (Ausgabeziel) Output destination (not specified, print, fax (obsolete), e-mail).

    System.String salutation

    (Briefanrede) Letter salutation.

    System.String thirdPartyNumber

    (Nummer Fremdsystem) Third party number.

    Properties

    | Improve this Doc View Source

    AlternativeContactPerson

    (Alternative Kontaktperson) Alternative contact person

    Declaration
    [DataMember(Name = "alternative_contact_person", EmitDefaultValue = false)]
    public string AlternativeContactPerson { get; set; }
    Property Value
    Type Description
    System.String

    (Alternative Kontaktperson) Alternative contact person

    | Improve this Doc View Source

    Clerk

    (Sachbearbeiter) Clerk

    Declaration
    [DataMember(Name = "clerk", EmitDefaultValue = false)]
    public string Clerk { get; set; }
    Property Value
    Type Description
    System.String

    (Sachbearbeiter) Clerk

    | Improve this Doc View Source

    ComplimentaryClose

    (Brief Grußformel) Complimentary close of a letter

    Declaration
    [DataMember(Name = "complimentary_close", EmitDefaultValue = false)]
    public string ComplimentaryClose { get; set; }
    Property Value
    Type Description
    System.String

    (Brief Grußformel) Complimentary close of a letter

    | Improve this Doc View Source

    ContactPerson

    (Ansprechpartner) Contact person

    Declaration
    [DataMember(Name = "contact_person", EmitDefaultValue = false)]
    public string ContactPerson { get; set; }
    Property Value
    Type Description
    System.String

    (Ansprechpartner) Contact person

    | Improve this Doc View Source

    Language

    (Sprache) Language (not specified, german, french, english, spanish, italian)

    Declaration
    [DataMember(Name = "language", EmitDefaultValue = false)]
    public DatevCorrespondenceInformation.LanguageEnum? Language { get; set; }
    Property Value
    Type Description
    System.Nullable<DatevCorrespondenceInformation.LanguageEnum>

    (Sprache) Language (not specified, german, french, english, spanish, italian)

    | Improve this Doc View Source

    OutputDestination

    (Ausgabeziel) Output destination (not specified, print, fax (obsolete), e-mail)

    Declaration
    [DataMember(Name = "output_destination", EmitDefaultValue = false)]
    public DatevCorrespondenceInformation.OutputDestinationEnum? OutputDestination { get; set; }
    Property Value
    Type Description
    System.Nullable<DatevCorrespondenceInformation.OutputDestinationEnum>

    (Ausgabeziel) Output destination (not specified, print, fax (obsolete), e-mail)

    | Improve this Doc View Source

    Salutation

    (Briefanrede) Letter salutation

    Declaration
    [DataMember(Name = "salutation", EmitDefaultValue = false)]
    public string Salutation { get; set; }
    Property Value
    Type Description
    System.String

    (Briefanrede) Letter salutation

    | Improve this Doc View Source

    ThirdPartyNumber

    (Nummer Fremdsystem) Third party number

    Declaration
    [DataMember(Name = "third_party_number", EmitDefaultValue = false)]
    public string ThirdPartyNumber { get; set; }
    Property Value
    Type Description
    System.String

    (Nummer Fremdsystem) Third party number

    Methods

    | Improve this Doc View Source

    Equals(DatevCorrespondenceInformation)

    Returns true if DatevCorrespondenceInformation instances are equal

    Declaration
    public bool Equals(DatevCorrespondenceInformation input)
    Parameters
    Type Name Description
    DatevCorrespondenceInformation input

    Instance of DatevCorrespondenceInformation 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