/// <summary>
 /// Initializes a new instance of the <see cref="CompanyIdpurchaseBillsbasicDataRelationships" /> class.
 /// </summary>
 /// <param name="supplier">supplier.</param>
 /// <param name="paidByEmployee">paidByEmployee.</param>
 /// <param name="category">category.</param>
 /// <param name="tags">tags.</param>
 public CompanyIdpurchaseBillsbasicDataRelationships(CompanyIdpurchaseBillsbasicDataRelationshipsSupplier supplier = default(CompanyIdpurchaseBillsbasicDataRelationshipsSupplier), CompanyIdpurchaseBillsbasicDataRelationshipsPaidByEmployee paidByEmployee = default(CompanyIdpurchaseBillsbasicDataRelationshipsPaidByEmployee), CompanyIdbankFeesDataRelationshipsCategory category = default(CompanyIdbankFeesDataRelationshipsCategory), CompanyIdbankFeesDataRelationshipsTags tags = default(CompanyIdbankFeesDataRelationshipsTags))
 {
     this.Supplier       = supplier;
     this.PaidByEmployee = paidByEmployee;
     this.Category       = category;
     this.Tags           = tags;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="PurchaseBillRelationships" /> class.
 /// </summary>
 /// <param name="category">category.</param>
 /// <param name="spender">spender.</param>
 /// <param name="supplier">supplier.</param>
 /// <param name="details">details.</param>
 /// <param name="payments">payments.</param>
 /// <param name="tags">tags.</param>
 /// <param name="recurrencePlan">recurrencePlan.</param>
 /// <param name="activeEDocument">activeEDocument.</param>
 /// <param name="payTo">payTo.</param>
 public PurchaseBillRelationships(CompanyIdbankFeesDataRelationshipsCategory category = default(CompanyIdbankFeesDataRelationshipsCategory), CompanyIdpurchaseBillsbasicDataRelationshipsPaidByEmployee spender = default(CompanyIdpurchaseBillsbasicDataRelationshipsPaidByEmployee), CompanyIdpurchaseBillsbasicDataRelationshipsSupplier supplier = default(CompanyIdpurchaseBillsbasicDataRelationshipsSupplier), PurchaseBillRelationshipsDetails details = default(PurchaseBillRelationshipsDetails), PurchaseBillRelationshipsPayments payments = default(PurchaseBillRelationshipsPayments), CompanyIdbankFeesDataRelationshipsTags tags = default(CompanyIdbankFeesDataRelationshipsTags), PurchaseBillRelationshipsRecurrencePlan recurrencePlan = default(PurchaseBillRelationshipsRecurrencePlan), PurchaseBillRelationshipsActiveEDocument activeEDocument = default(PurchaseBillRelationshipsActiveEDocument), PurchaseBillRelationshipsPayTo payTo = default(PurchaseBillRelationshipsPayTo))
 {
     this.Category        = category;
     this.Spender         = spender;
     this.Supplier        = supplier;
     this.Details         = details;
     this.Payments        = payments;
     this.Tags            = tags;
     this.RecurrencePlan  = recurrencePlan;
     this.ActiveEDocument = activeEDocument;
     this.PayTo           = payTo;
 }
Пример #3
0
 /// <summary>
 /// Initializes a new instance of the <see cref="UserRoleRelationships" /> class.
 /// </summary>
 /// <param name="company">company.</param>
 /// <param name="user">user.</param>
 /// <param name="managedEmployee">managedEmployee.</param>
 public UserRoleRelationships(AddressRelationshipsAddressable company = default(AddressRelationshipsAddressable), CompanyRelationshipsOwner user = default(CompanyRelationshipsOwner), CompanyIdpurchaseBillsbasicDataRelationshipsPaidByEmployee managedEmployee = default(CompanyIdpurchaseBillsbasicDataRelationshipsPaidByEmployee))
 {
     this.Company         = company;
     this.User            = user;
     this.ManagedEmployee = managedEmployee;
 }
 /// <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;
 }