Search Results for

    Show / Hide Table of Contents

    Class PostingProposalRuleOutgoingInvoices

    PostingProposalRuleOutgoingInvoices

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

    Constructors

    | Improve this Doc View Source

    PostingProposalRuleOutgoingInvoices(String, DatevAssignmentCriteriaInvoices, Nullable<DateTime>, Nullable<DateTime>, List<DatevPostingProposalInformationOutgoingInvoices>, Nullable<Boolean>)

    Initializes a new instance of the PostingProposalRuleOutgoingInvoices class.

    Declaration
    public PostingProposalRuleOutgoingInvoices(string id = null, DatevAssignmentCriteriaInvoices assignmentCriteria = null, DateTime? creationDate = null, DateTime? lastUsedDate = null, List<DatevPostingProposalInformationOutgoingInvoices> postingProposalInformation = null, bool? uncertainLabel = null)
    Parameters
    Type Name Description
    System.String id

    ID.

    DatevAssignmentCriteriaInvoices assignmentCriteria

    (Zuordnungskriterien) Assignment criteria.

    System.Nullable<System.DateTime> creationDate

    (Angelegt am) Creation date.

    System.Nullable<System.DateTime> lastUsedDate

    (Zuletzt benutzt am) Last used date.

    System.Collections.Generic.List<DatevPostingProposalInformationOutgoingInvoices> postingProposalInformation

    (Buchungsvorschlag) Posting proposal.

    System.Nullable<System.Boolean> uncertainLabel

    (Unsicherkennzeichen) Uncertain label.

    Properties

    | Improve this Doc View Source

    AssignmentCriteria

    (Zuordnungskriterien) Assignment criteria

    Declaration
    [DataMember(Name = "assignment_criteria", EmitDefaultValue = false)]
    public DatevAssignmentCriteriaInvoices AssignmentCriteria { get; set; }
    Property Value
    Type Description
    DatevAssignmentCriteriaInvoices

    (Zuordnungskriterien) Assignment criteria

    | Improve this Doc View Source

    CreationDate

    (Angelegt am) Creation date

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

    (Angelegt am) Creation date

    | Improve this Doc View Source

    Id

    ID

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

    ID

    | Improve this Doc View Source

    LastUsedDate

    (Zuletzt benutzt am) Last used date

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

    (Zuletzt benutzt am) Last used date

    | Improve this Doc View Source

    PostingProposalInformation

    (Buchungsvorschlag) Posting proposal

    Declaration
    [DataMember(Name = "posting_proposal_information", EmitDefaultValue = false)]
    public List<DatevPostingProposalInformationOutgoingInvoices> PostingProposalInformation { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<DatevPostingProposalInformationOutgoingInvoices>

    (Buchungsvorschlag) Posting proposal

    | Improve this Doc View Source

    UncertainLabel

    (Unsicherkennzeichen) Uncertain label

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

    (Unsicherkennzeichen) Uncertain label

    Methods

    | Improve this Doc View Source

    Equals(PostingProposalRuleOutgoingInvoices)

    Returns true if PostingProposalRuleOutgoingInvoices instances are equal

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

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