Search Results for

    Show / Hide Table of Contents

    Class DatevAddressUsageType

    DatevAddressUsageType

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

    Constructors

    | Improve this Doc View Source

    DatevAddressUsageType(Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>)

    Initializes a new instance of the DatevAddressUsageType class.

    Declaration
    public DatevAddressUsageType(bool? isCorrespondenceAddress = null, bool? isDefaultDeliveryAddress = null, bool? isDefaultPaymentAddress = null, bool? isDeliveryAddress = null, bool? isMainPostOfficeBoxAddress = null, bool? isMainStreetAddress = null, bool? isManagementAddress = null)
    Parameters
    Type Name Description
    System.Nullable<System.Boolean> isCorrespondenceAddress

    (Korrespondenzadresse) Correspondence address.

    System.Nullable<System.Boolean> isDefaultDeliveryAddress

    (Standard-Lieferadresse) Default delivery address.

    System.Nullable<System.Boolean> isDefaultPaymentAddress

    (Standard-Rechnungsadresse) Default invoice address.

    System.Nullable<System.Boolean> isDeliveryAddress

    (Lieferadresse) Delivery address.

    System.Nullable<System.Boolean> isMainPostOfficeBoxAddress

    (Hauptpostfachadresse) Main post office box address (set on default if the address type is &quot;post_office_box_address&quot;).

    System.Nullable<System.Boolean> isMainStreetAddress

    (Hauptstraßenadresse) Main street address (set on default if the address type is &quot;street_address&quot;).

    System.Nullable<System.Boolean> isManagementAddress

    (Geschäftsleitungsadresse) Management address.

    Properties

    | Improve this Doc View Source

    IsCorrespondenceAddress

    (Korrespondenzadresse) Correspondence address

    Declaration
    [DataMember(Name = "is_correspondence_address", EmitDefaultValue = false)]
    public bool? IsCorrespondenceAddress { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>

    (Korrespondenzadresse) Correspondence address

    | Improve this Doc View Source

    IsDefaultDeliveryAddress

    (Standard-Lieferadresse) Default delivery address

    Declaration
    [DataMember(Name = "is_default_delivery_address", EmitDefaultValue = false)]
    public bool? IsDefaultDeliveryAddress { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>

    (Standard-Lieferadresse) Default delivery address

    | Improve this Doc View Source

    IsDefaultPaymentAddress

    (Standard-Rechnungsadresse) Default invoice address

    Declaration
    [DataMember(Name = "is_default_payment_address", EmitDefaultValue = false)]
    public bool? IsDefaultPaymentAddress { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>

    (Standard-Rechnungsadresse) Default invoice address

    | Improve this Doc View Source

    IsDeliveryAddress

    (Lieferadresse) Delivery address

    Declaration
    [DataMember(Name = "is_delivery_address", EmitDefaultValue = false)]
    public bool? IsDeliveryAddress { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>

    (Lieferadresse) Delivery address

    | Improve this Doc View Source

    IsMainPostOfficeBoxAddress

    (Hauptpostfachadresse) Main post office box address (set on default if the address type is &quot;post_office_box_address&quot;)

    Declaration
    [DataMember(Name = "is_main_post_office_box_address", EmitDefaultValue = false)]
    public bool? IsMainPostOfficeBoxAddress { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>

    (Hauptpostfachadresse) Main post office box address (set on default if the address type is &quot;post_office_box_address&quot;)

    | Improve this Doc View Source

    IsMainStreetAddress

    (Hauptstraßenadresse) Main street address (set on default if the address type is &quot;street_address&quot;)

    Declaration
    [DataMember(Name = "is_main_street_address", EmitDefaultValue = false)]
    public bool? IsMainStreetAddress { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>

    (Hauptstraßenadresse) Main street address (set on default if the address type is &quot;street_address&quot;)

    | Improve this Doc View Source

    IsManagementAddress

    (Geschäftsleitungsadresse) Management address

    Declaration
    [DataMember(Name = "is_management_address", EmitDefaultValue = false)]
    public bool? IsManagementAddress { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>

    (Geschäftsleitungsadresse) Management address

    Methods

    | Improve this Doc View Source

    Equals(DatevAddressUsageType)

    Returns true if DatevAddressUsageType instances are equal

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

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