Beispiel #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="CompanyIdshipmentDocumentsDataRelationships" /> class.
 /// </summary>
 /// <param name="stockMovements">stockMovements.</param>
 /// <param name="contact">contact.</param>
 /// <param name="tags">tags.</param>
 public CompanyIdshipmentDocumentsDataRelationships(CompanyIdshipmentDocumentsDataRelationshipsStockMovements stockMovements = default(CompanyIdshipmentDocumentsDataRelationshipsStockMovements), CompanyIdshipmentDocumentsDataRelationshipsContact contact = default(CompanyIdshipmentDocumentsDataRelationshipsContact), CompanyIdbankFeesDataRelationshipsTags tags = default(CompanyIdbankFeesDataRelationshipsTags))
 {
     this.StockMovements = stockMovements;
     this.Contact        = contact;
     this.Tags           = tags;
 }
Beispiel #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ShipmentDocumentRelationships" /> class.
 /// </summary>
 /// <param name="contact">contact.</param>
 /// <param name="tags">tags.</param>
 /// <param name="stockMovements">stockMovements.</param>
 /// <param name="invoices">invoices.</param>
 public ShipmentDocumentRelationships(CompanyIdpurchaseBillsbasicDataRelationshipsSupplier contact = default(CompanyIdpurchaseBillsbasicDataRelationshipsSupplier), CompanyIdbankFeesDataRelationshipsTags tags = default(CompanyIdbankFeesDataRelationshipsTags), ShipmentDocumentRelationshipsStockMovements stockMovements = default(ShipmentDocumentRelationshipsStockMovements), ShipmentDocumentRelationshipsInvoices invoices = default(ShipmentDocumentRelationshipsInvoices))
 {
     this.Contact        = contact;
     this.Tags           = tags;
     this.StockMovements = stockMovements;
     this.Invoices       = invoices;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="CompanyIdsalariesDataRelationships" /> class.
 /// </summary>
 /// <param name="employee">employee.</param>
 /// <param name="category">category.</param>
 /// <param name="tags">tags.</param>
 public CompanyIdsalariesDataRelationships(CompanyIdpurchaseBillsbasicDataRelationshipsPaidByEmployee employee = default(CompanyIdpurchaseBillsbasicDataRelationshipsPaidByEmployee), CompanyIdbankFeesDataRelationshipsCategory category = default(CompanyIdbankFeesDataRelationshipsCategory), CompanyIdbankFeesDataRelationshipsTags tags = default(CompanyIdbankFeesDataRelationshipsTags))
 {
     this.Employee = employee;
     this.Category = category;
     this.Tags     = tags;
 }
Beispiel #4
0
 /// <summary>
 /// Initializes a new instance of the <see cref="CompanyIdpurchaseBillsdetailedDataRelationships" /> class.
 /// </summary>
 /// <param name="details">details.</param>
 /// <param name="supplier">supplier.</param>
 /// <param name="paidByEmployee">paidByEmployee.</param>
 /// <param name="category">category.</param>
 /// <param name="tags">tags.</param>
 public CompanyIdpurchaseBillsdetailedDataRelationships(CompanyIdpurchaseBillsdetailedDataRelationshipsDetails details = default(CompanyIdpurchaseBillsdetailedDataRelationshipsDetails), CompanyIdpurchaseBillsbasicDataRelationshipsSupplier supplier = default(CompanyIdpurchaseBillsbasicDataRelationshipsSupplier), CompanyIdpurchaseBillsbasicDataRelationshipsPaidByEmployee paidByEmployee = default(CompanyIdpurchaseBillsbasicDataRelationshipsPaidByEmployee), CompanyIdbankFeesDataRelationshipsCategory category = default(CompanyIdbankFeesDataRelationshipsCategory), CompanyIdbankFeesDataRelationshipsTags tags = default(CompanyIdbankFeesDataRelationshipsTags))
 {
     this.Details        = details;
     this.Supplier       = supplier;
     this.PaidByEmployee = paidByEmployee;
     this.Category       = category;
     this.Tags           = tags;
 }