/// <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;
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="SalesInvoiceRelationships" /> class.
 /// </summary>
 /// <param name="category">category.</param>
 /// <param name="contact">contact.</param>
 /// <param name="details">details.</param>
 /// <param name="payments">payments.</param>
 /// <param name="tags">tags.</param>
 /// <param name="salesOffer">salesOffer.</param>
 /// <param name="sharings">sharings.</param>
 /// <param name="recurrencePlan">recurrencePlan.</param>
 /// <param name="activeEDocument">activeEDocument.</param>
 public SalesInvoiceRelationships(CompanyIdbankFeesDataRelationshipsCategory category = default(CompanyIdbankFeesDataRelationshipsCategory), CompanyIdpurchaseBillsbasicDataRelationshipsSupplier contact = default(CompanyIdpurchaseBillsbasicDataRelationshipsSupplier), SalesInvoiceRelationshipsDetails details = default(SalesInvoiceRelationshipsDetails), PurchaseBillRelationshipsPayments payments = default(PurchaseBillRelationshipsPayments), CompanyIdbankFeesDataRelationshipsTags tags = default(CompanyIdbankFeesDataRelationshipsTags), CompanyIdsalesInvoicesDataRelationshipsSalesOffer salesOffer = default(CompanyIdsalesInvoicesDataRelationshipsSalesOffer), SalesInvoiceRelationshipsSharings sharings = default(SalesInvoiceRelationshipsSharings), PurchaseBillRelationshipsRecurrencePlan recurrencePlan = default(PurchaseBillRelationshipsRecurrencePlan), SalesInvoiceRelationshipsActiveEDocument activeEDocument = default(SalesInvoiceRelationshipsActiveEDocument))
 {
     this.Category        = category;
     this.Contact         = contact;
     this.Details         = details;
     this.Payments        = payments;
     this.Tags            = tags;
     this.SalesOffer      = salesOffer;
     this.Sharings        = sharings;
     this.RecurrencePlan  = recurrencePlan;
     this.ActiveEDocument = activeEDocument;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="CompanyIdsalesInvoicesDataRelationships" /> class.
 /// </summary>
 /// <param name="details">details.</param>
 /// <param name="contact">contact.</param>
 /// <param name="category">category.</param>
 /// <param name="tags">tags.</param>
 /// <param name="salesOffer">salesOffer.</param>
 public CompanyIdsalesInvoicesDataRelationships(CompanyIdsalesInvoicesDataRelationshipsDetails details = default(CompanyIdsalesInvoicesDataRelationshipsDetails), CompanyIdpurchaseBillsbasicDataRelationshipsSupplier contact = default(CompanyIdpurchaseBillsbasicDataRelationshipsSupplier), CompanyIdbankFeesDataRelationshipsCategory category = default(CompanyIdbankFeesDataRelationshipsCategory), CompanyIdbankFeesDataRelationshipsTags tags = default(CompanyIdbankFeesDataRelationshipsTags), CompanyIdsalesInvoicesDataRelationshipsSalesOffer salesOffer = default(CompanyIdsalesInvoicesDataRelationshipsSalesOffer))
 {
     this.Details    = details;
     this.Contact    = contact;
     this.Category   = category;
     this.Tags       = tags;
     this.SalesOffer = salesOffer;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="CompanyIdbankFeesDataRelationships" /> class.
 /// </summary>
 /// <param name="category">category.</param>
 /// <param name="tags">tags.</param>
 public CompanyIdbankFeesDataRelationships(CompanyIdbankFeesDataRelationshipsCategory category = default(CompanyIdbankFeesDataRelationshipsCategory), CompanyIdbankFeesDataRelationshipsTags tags = default(CompanyIdbankFeesDataRelationshipsTags))
 {
     this.Category = category;
     this.Tags     = tags;
 }
 /// <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;
 }
Ejemplo n.º 6
0
 /// <summary>
 /// Initializes a new instance of the <see cref="EmployeeRelationships" /> class.
 /// </summary>
 /// <param name="category">category.</param>
 /// <param name="managedByUser">managedByUser.</param>
 /// <param name="managedByUserRole">managedByUserRole.</param>
 public EmployeeRelationships(CompanyIdbankFeesDataRelationshipsCategory category = default(CompanyIdbankFeesDataRelationshipsCategory), CompanyRelationshipsOwner managedByUser = default(CompanyRelationshipsOwner), EmployeeRelationshipsManagedByUserRole managedByUserRole = default(EmployeeRelationshipsManagedByUserRole))
 {
     this.Category          = category;
     this.ManagedByUser     = managedByUser;
     this.ManagedByUserRole = managedByUserRole;
 }
Ejemplo n.º 7
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ItemCategoryRelationships" /> class.
 /// </summary>
 /// <param name="parentCategory">parentCategory.</param>
 /// <param name="subcategories">subcategories.</param>
 public ItemCategoryRelationships(CompanyIdbankFeesDataRelationshipsCategory parentCategory = default(CompanyIdbankFeesDataRelationshipsCategory), ItemCategoryRelationshipsSubcategories subcategories = default(ItemCategoryRelationshipsSubcategories))
 {
     this.ParentCategory = parentCategory;
     this.Subcategories  = subcategories;
 }
Ejemplo n.º 8
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ContactRelationships" /> class.
 /// </summary>
 /// <param name="category">category.</param>
 /// <param name="contactPortal">contactPortal.</param>
 /// <param name="contactPeople">contactPeople.</param>
 public ContactRelationships(CompanyIdbankFeesDataRelationshipsCategory category = default(CompanyIdbankFeesDataRelationshipsCategory), ContactRelationshipsContactPortal contactPortal = default(ContactRelationshipsContactPortal), ContactRelationshipsContactPeople contactPeople = default(ContactRelationshipsContactPeople))
 {
     this.Category      = category;
     this.ContactPortal = contactPortal;
     this.ContactPeople = contactPeople;
 }
Ejemplo n.º 9
0
 /// <summary>
 /// Initializes a new instance of the <see cref="CompanyIdemployeesDataRelationships" /> class.
 /// </summary>
 /// <param name="category">category.</param>
 public CompanyIdemployeesDataRelationships(CompanyIdbankFeesDataRelationshipsCategory category = default(CompanyIdbankFeesDataRelationshipsCategory))
 {
     this.Category = category;
 }
 /// <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;
 }