Class PostingProposalRuleCashRegister
PostingProposalRuleCashRegister
Inheritance
Implements
Inherited Members
Namespace: Simplic.Datev.Swagger.Model
Assembly: Simplic.Datev.IO.Swagger.dll
Syntax
[DataContract]
public class PostingProposalRuleCashRegister : IEquatable<PostingProposalRuleCashRegister>, IValidatableObject
Constructors
| Improve this Doc View SourcePostingProposalRuleCashRegister(String, DatevAssignmentCriteriaCashRegister, Nullable<DateTime>, Nullable<DateTime>, List<DatevPostingProposalInformationCashRegister>, Nullable<Boolean>)
Initializes a new instance of the PostingProposalRuleCashRegister class.
Declaration
public PostingProposalRuleCashRegister(string id = null, DatevAssignmentCriteriaCashRegister assignmentCriteria = null, DateTime? creationDate = null, DateTime? lastUsedDate = null, List<DatevPostingProposalInformationCashRegister> postingProposalInformation = null, bool? uncertainLabel = null)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | id | ID. |
| DatevAssignmentCriteriaCashRegister | 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<DatevPostingProposalInformationCashRegister> | postingProposalInformation | (Buchungsvorschlag) Posting proposal. |
| System.Nullable<System.Boolean> | uncertainLabel | (Unsicherkennzeichen) Uncertain label. |
Properties
| Improve this Doc View SourceAssignmentCriteria
(Zuordnungskriterien) Assignment criteria
Declaration
[DataMember(Name = "assignment_criteria", EmitDefaultValue = false)]
public DatevAssignmentCriteriaCashRegister AssignmentCriteria { get; set; }
Property Value
| Type | Description |
|---|---|
| DatevAssignmentCriteriaCashRegister | (Zuordnungskriterien) Assignment criteria |
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 |
Id
ID
Declaration
[DataMember(Name = "id", EmitDefaultValue = false)]
public string Id { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | ID |
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 |
PostingProposalInformation
(Buchungsvorschlag) Posting proposal
Declaration
[DataMember(Name = "posting_proposal_information", EmitDefaultValue = false)]
public List<DatevPostingProposalInformationCashRegister> PostingProposalInformation { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<DatevPostingProposalInformationCashRegister> | (Buchungsvorschlag) Posting proposal |
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 SourceEquals(PostingProposalRuleCashRegister)
Returns true if PostingProposalRuleCashRegister instances are equal
Declaration
public bool Equals(PostingProposalRuleCashRegister input)
Parameters
| Type | Name | Description |
|---|---|---|
| PostingProposalRuleCashRegister | input | Instance of PostingProposalRuleCashRegister 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 |