Пример #1
0
 public GENERAL_SETTINGS(Nullable <bool> budgetRevAndExAccts, BUDGET_FREQUENCY budgetFrequency, GENERAL_NUMBERING Numbering, Nullable <bool> UseDepartmentalAcounting, List <DEPT_ACCT> DepartmentalAccounting, ADDITIONAL_FIELD_NAMES AdditionalFields, GL_ACCOUNT RetainedEarnings, Nullable <bool> RecordRetainedEarningsBalance)
 {
     this.budgetRevAndExAccts           = budgetRevAndExAccts;
     this.budgetFrequency               = budgetFrequency;
     this.Numbering                     = Numbering;
     this.UseDepartmentalAcounting      = UseDepartmentalAcounting;
     this.DepartmentalAccounting        = DepartmentalAccounting;
     this.AdditionalFields              = AdditionalFields;
     this.RetainedEarnings              = RetainedEarnings;
     this.RecordRetainedEarningsBalance = RecordRetainedEarningsBalance;
 }
 public PROJECT_SETTINGS(Nullable <bool> budgetProjects, BUDGET_FREQUENCY budgetPeriodFrequency, ALLOCATE_PAYROLL payrollAllocationMethod, ALLOCATE_TRANSACTIONS otherAllocationMethod, Nullable <bool> warnIfAllocationIsNotComplete, Nullable <bool> allowAccessToAllocateFieldUsingTab, string ProjectTitle, ADDITIONAL_FIELD_NAMES AdditionalFields)
 {
     this.budgetProjects                     = budgetProjects;
     this.budgetPeriodFrequency              = budgetPeriodFrequency;
     this.payrollAllocationMethod            = payrollAllocationMethod;
     this.otherAllocationMethod              = otherAllocationMethod;
     this.warnIfAllocationIsNotComplete      = warnIfAllocationIsNotComplete;
     this.allowAccessToAllocateFieldUsingTab = allowAccessToAllocateFieldUsingTab;
     this.ProjectTitle     = ProjectTitle;
     this.AdditionalFields = AdditionalFields;
 }