public OrderDetail_FenGongSi(
     string p_id,
     string p_order_FenGongSi_Id,
     string p_productId,
     string p_name,
     string p_code,
     string p_pcn,
     int?p_quantity,
     System.Decimal?p_purchasePrice,
     System.Decimal?p_secondPrice,
     string p_orderPart_Id,
     System.Decimal?p_amount,
     string p_remark)
 {
     _id = p_id;
     _order_FenGongSi_Id = p_order_FenGongSi_Id;
     _productId          = p_productId;
     _name          = p_name;
     _code          = p_code;
     _pcn           = p_pcn;
     _quantity      = p_quantity;
     _purchasePrice = p_purchasePrice;
     _secondPrice   = p_secondPrice;
     _orderPart_Id  = p_orderPart_Id;
     _amount        = p_amount;
     _remark        = p_remark;
 }
示例#2
0
 public SysConfig(
     string p_id,
     int?p_clerkQuarterWeight,
     int?p_clerkYearWeight,
     int?p_deptSecondLeaderQuarterWeight,
     int?p_deptSecondLeaderYearWeight,
     System.Decimal?p_firstLeaderExcellentPercent,
     System.Decimal?p_firstLeaderGoodPercent,
     System.Decimal?p_deptExcellentPercent,
     System.Decimal?p_deptGoodPercent,
     int?p_appealDays,
     string p_userBalanceValid,
     string p_messageValid,
     string p_deptLevelLimit)
 {
     _id = p_id;
     _clerkQuarterWeight            = p_clerkQuarterWeight;
     _clerkYearWeight               = p_clerkYearWeight;
     _deptSecondLeaderQuarterWeight = p_deptSecondLeaderQuarterWeight;
     _deptSecondLeaderYearWeight    = p_deptSecondLeaderYearWeight;
     _firstLeaderExcellentPercent   = p_firstLeaderExcellentPercent;
     _firstLeaderGoodPercent        = p_firstLeaderGoodPercent;
     _deptExcellentPercent          = p_deptExcellentPercent;
     _deptGoodPercent               = p_deptGoodPercent;
     _appealDays       = p_appealDays;
     _userBalanceValid = p_userBalanceValid;
     _messageValid     = p_messageValid;
     _deptLevelLimit   = p_deptLevelLimit;
 }
示例#3
0
 public OrderInvoiceDetail(
     string p_id,
     string p_orderInvoiceId,
     string p_orderDetailId,
     string p_saleOrderId,
     string p_productId,
     string p_unit,
     string p_productName,
     string p_productCode,
     int?p_count,
     System.Decimal?p_salePrice,
     System.Decimal?p_amount,
     int?p_invoiceCount,
     int?p_haveInvoiceCount,
     string p_remark)
 {
     _id               = p_id;
     _orderInvoiceId   = p_orderInvoiceId;
     _orderDetailId    = p_orderDetailId;
     _saleOrderId      = p_saleOrderId;
     _productId        = p_productId;
     _unit             = p_unit;
     _productName      = p_productName;
     _productCode      = p_productCode;
     _count            = p_count;
     _salePrice        = p_salePrice;
     _amount           = p_amount;
     _invoiceCount     = p_invoiceCount;
     _haveInvoiceCount = p_haveInvoiceCount;
     _remark           = p_remark;
 }
示例#4
0
 public ReturnOrderPart(
     string p_id,
     string p_returnOrderId,
     string p_orderPartId,
     string p_productId,
     string p_productCode,
     string p_productName,
     string p_isbn,
     int?p_count,
     string p_unit,
     System.Decimal?p_returnPrice,
     System.Decimal?p_amount,
     string p_remark,
     string p_createId,
     string p_createName,
     DateTime?p_createTime)
 {
     _id            = p_id;
     _returnOrderId = p_returnOrderId;
     _orderPartId   = p_orderPartId;
     _productId     = p_productId;
     _productCode   = p_productCode;
     _productName   = p_productName;
     _isbn          = p_isbn;
     _count         = p_count;
     _unit          = p_unit;
     _returnPrice   = p_returnPrice;
     _amount        = p_amount;
     _remark        = p_remark;
     _createId      = p_createId;
     _createName    = p_createName;
     _createTime    = p_createTime;
 }
示例#5
0
 public PurchaseInvoice(
     string p_id,
     string p_invoiceNo,
     System.Decimal?p_invoiceAmount,
     string p_supplierId,
     string p_supplierName,
     string p_symbo,
     string p_state,
     string p_createId,
     string p_createName,
     DateTime?p_createTime,
     string p_remark)
 {
     _id            = p_id;
     _invoiceNo     = p_invoiceNo;
     _invoiceAmount = p_invoiceAmount;
     _supplierId    = p_supplierId;
     _supplierName  = p_supplierName;
     _symbo         = p_symbo;
     _state         = p_state;
     _createId      = p_createId;
     _createName    = p_createName;
     _createTime    = p_createTime;
     _remark        = p_remark;
 }
 public PurchaseInvoiceDetail(
     string p_id,
     string p_purchaseInvoiceId,
     string p_purchaseOrderDetailId,
     string p_productId,
     string p_productName,
     string p_productCode,
     System.Decimal?p_buyPrice,
     int p_invoiceQuantity,
     System.Decimal?p_invoiceAmount,
     string p_remark,
     string p_inWarehouseDetailId)
 {
     _id = p_id;
     _purchaseInvoiceId     = p_purchaseInvoiceId;
     _purchaseOrderDetailId = p_purchaseOrderDetailId;
     _productId             = p_productId;
     _productName           = p_productName;
     _productCode           = p_productCode;
     _buyPrice            = p_buyPrice;
     _invoiceQuantity     = p_invoiceQuantity;
     _invoiceAmount       = p_invoiceAmount;
     _remark              = p_remark;
     _inWarehouseDetailId = p_inWarehouseDetailId;
 }
示例#7
0
 public ReturnOrder(
     string p_id,
     string p_number,
     string p_orderNumber,
     string p_cId,
     string p_cName,
     System.Decimal?p_returnMoney,
     string p_state,
     string p_remark,
     string p_createId,
     string p_createName,
     DateTime?p_createTime,
     string p_warehouseId,
     string p_warehouseName,
     string p_isDiscount,
     string p_discountState)
 {
     _id            = p_id;
     _number        = p_number;
     _orderNumber   = p_orderNumber;
     _cId           = p_cId;
     _cName         = p_cName;
     _returnMoney   = p_returnMoney;
     _state         = p_state;
     _remark        = p_remark;
     _createId      = p_createId;
     _createName    = p_createName;
     _createTime    = p_createTime;
     _warehouseId   = p_warehouseId;
     _warehouseName = p_warehouseName;
     _isDiscount    = p_isDiscount;
     _discountState = p_discountState;
 }
示例#8
0
 public VehicleTypeDto(VehicleType vehicleType)
     : base(vehicleType)
 {
     _MinLegth = vehicleType.MinLegth;
     _MaxLegth = vehicleType.MaxLegth;
     _ByFootAmount = vehicleType.ByFootAmount;
 }
示例#9
0
 public Reimbursement(
     string p_id,
     System.Decimal?p_amount,
     string p_reason,
     string p_leaveUser,
     string p_state,
     string p_appState,
     string p_createId,
     string p_createName,
     DateTime?p_createTime,
     string p_number,
     string p_deptName,
     string p_child,
     string p_writeUser)
 {
     _id         = p_id;
     _amount     = p_amount;
     _reason     = p_reason;
     _leaveUser  = p_leaveUser;
     _state      = p_state;
     _appState   = p_appState;
     _createId   = p_createId;
     _createName = p_createName;
     _createTime = p_createTime;
     _number     = p_number;
     _deptName   = p_deptName;
     _child      = p_child;
     _writeUser  = p_writeUser;
 }
 public ExamineMeeting(
     string p_id,
     string p_meetingName,
     DateTime?p_meetingTime,
     string p_meetingPlace,
     System.Decimal?p_contractAmount,
     System.Decimal?p_distributeAmount,
     System.Decimal?p_distributePercent,
     string p_createId,
     string p_createName,
     DateTime?p_createTime,
     string p_remark)
 {
     _id                = p_id;
     _meetingName       = p_meetingName;
     _meetingTime       = p_meetingTime;
     _meetingPlace      = p_meetingPlace;
     _contractAmount    = p_contractAmount;
     _distributeAmount  = p_distributeAmount;
     _distributePercent = p_distributePercent;
     _createId          = p_createId;
     _createName        = p_createName;
     _createTime        = p_createTime;
     _remark            = p_remark;
 }
示例#11
0
 public OtherCost(
     string p_id,
     string p_number,
     string p_deptName,
     string p_child,
     System.Decimal?p_amount,
     string p_reason,
     string p_leaveUser,
     string p_state,
     string p_appState,
     string p_createId,
     string p_createName,
     DateTime?p_createTime)
 {
     _id         = p_id;
     _number     = p_number;
     _deptName   = p_deptName;
     _child      = p_child;
     _amount     = p_amount;
     _reason     = p_reason;
     _leaveUser  = p_leaveUser;
     _state      = p_state;
     _appState   = p_appState;
     _createId   = p_createId;
     _createName = p_createName;
     _createTime = p_createTime;
 }
示例#12
0
 public UserWage(
     string p_id,
     string p_userId,
     string p_userName,
     string p_deptName,
     string p_workNo,
     string p_loginName,
     System.Decimal?p_wage,
     System.Decimal?p_bonus,
     System.Decimal?p_total,
     string p_remark,
     string p_stage,
     string p_createId,
     string p_createName,
     DateTime?p_createTime)
 {
     _id         = p_id;
     _userId     = p_userId;
     _userName   = p_userName;
     _deptName   = p_deptName;
     _workNo     = p_workNo;
     _loginName  = p_loginName;
     _wage       = p_wage;
     _bonus      = p_bonus;
     _total      = p_total;
     _remark     = p_remark;
     _stage      = p_stage;
     _createId   = p_createId;
     _createName = p_createName;
     _createTime = p_createTime;
 }
示例#13
0
 public PaymentInvoice(
     string p_id,
     string p_billType,
     string p_correspondState,
     string p_correspondInvoice,
     string p_name,
     System.Decimal?p_money,
     string p_cId,
     string p_cName,
     string p_collectionType,
     string p_payType,
     DateTime?p_receivablesTime,
     string p_createId,
     string p_createName,
     DateTime?p_createTime,
     string p_remark,
     System.Decimal?p_correspondAmount)
 {
     _id                = p_id;
     _billType          = p_billType;
     _correspondState   = p_correspondState;
     _correspondInvoice = p_correspondInvoice;
     _name              = p_name;
     _money             = p_money;
     _cId               = p_cId;
     _cName             = p_cName;
     _collectionType    = p_collectionType;
     _payType           = p_payType;
     _receivablesTime   = p_receivablesTime;
     _createId          = p_createId;
     _createName        = p_createName;
     _createTime        = p_createTime;
     _remark            = p_remark;
     _correspondAmount  = p_correspondAmount;
 }
示例#14
0
 public ExchangeRate(
     string p_id,
     string p_moneyType,
     System.Decimal?p_rate,
     string p_symbo,
     DateTime?p_createTime,
     string p_createId,
     string p_createName,
     DateTime?p_modifyDate,
     string p_modifyUserId,
     string p_modifyName,
     string p_remark)
 {
     _id           = p_id;
     _moneyType    = p_moneyType;
     _rate         = p_rate;
     _symbo        = p_symbo;
     _createTime   = p_createTime;
     _createId     = p_createId;
     _createName   = p_createName;
     _modifyDate   = p_modifyDate;
     _modifyUserId = p_modifyUserId;
     _modifyName   = p_modifyName;
     _remark       = p_remark;
 }
示例#15
0
 public PayBill(
     string p_id,
     string p_payBillNo,
     System.Decimal?p_pAmount,
     string p_supplierId,
     string p_supplierName,
     string p_state,
     string p_examineResult,
     string p_workFlowState,
     string p_createId,
     string p_createName,
     DateTime?p_createTime,
     System.Decimal?p_actuallyPayAmount,
     string p_remark,
     System.Decimal?p_discountAmount,
     string p_symbo)
 {
     _id                = p_id;
     _payBillNo         = p_payBillNo;
     _pAmount           = p_pAmount;
     _supplierId        = p_supplierId;
     _supplierName      = p_supplierName;
     _state             = p_state;
     _examineResult     = p_examineResult;
     _workFlowState     = p_workFlowState;
     _createId          = p_createId;
     _createName        = p_createName;
     _createTime        = p_createTime;
     _actuallyPayAmount = p_actuallyPayAmount;
     _remark            = p_remark;
     _discountAmount    = p_discountAmount;
     _symbo             = p_symbo;
 }
 public ShouKuan(
     string p_id,
     string p_projectId,
     System.Decimal?p_shouKuanAmount,
     DateTime?p_shouKuanDate,
     string p_invoiceId,
     System.Decimal?p_shiJiShouFei,
     System.Decimal?p_chouJinAmount,
     System.Decimal?p_yiFenPercent,
     string p_chouJinId,
     string p_createId,
     string p_createName,
     DateTime?p_createTime,
     string p_remark,
     string p_status)
 {
     _id             = p_id;
     _projectId      = p_projectId;
     _shouKuanAmount = p_shouKuanAmount;
     _shouKuanDate   = p_shouKuanDate;
     _invoiceId      = p_invoiceId;
     _shiJiShouFei   = p_shiJiShouFei;
     _chouJinAmount  = p_chouJinAmount;
     _yiFenPercent   = p_yiFenPercent;
     _chouJinId      = p_chouJinId;
     _createId       = p_createId;
     _createName     = p_createName;
     _createTime     = p_createTime;
     _remark         = p_remark;
     _status         = p_status;
 }
示例#17
0
 public Vista_ReporteKilometrajesMantenimientos(
     System.String empresa,
     System.Int32?numeroeconomico,
     System.Int32?kminicial,
     System.Int32?kmrecorrido,
     System.Decimal?mantenimiento,
     System.Decimal?recaudacion,
     System.Decimal?diferencia,
     System.Decimal?mttoporkm,
     System.Int32?kmpromedio,
     System.Decimal?mttopordia,
     System.Decimal?recaudacionpordia,
     System.Int32?numdias,
     System.Int32?kmacumulado,
     System.DateTime?ultimacaptura
     )
 {
     this.Empresa           = empresa;
     this.NumeroEconomico   = numeroeconomico;
     this.KMInicial         = kminicial;
     this.KMRecorrido       = kmrecorrido;
     this.Mantenimiento     = mantenimiento;
     this.Recaudacion       = recaudacion;
     this.Diferencia        = diferencia;
     this.MttoPorKM         = mttoporkm;
     this.KMPromedio        = kmpromedio;
     this.MttoPorDia        = mttopordia;
     this.RecaudacionPorDia = recaudacionpordia;
     this.NumDias           = numdias;
     this.KMAcumulado       = kmacumulado;
     this.UltimaCaptura     = ultimacaptura;
 }
示例#18
0
 public Order_FenGongSi(
     string p_id,
     string p_customerId,
     string p_customerName,
     string p_number,
     string p_fenGongSiId,
     string p_fenGongSiName,
     System.Decimal?p_totalMoney,
     System.Decimal?p_discountAmount,
     System.Decimal?p_shouKuanAmount,
     DateTime?p_shouKuanDate,
     string p_payType,
     string p_invoiceType,
     string p_remark,
     string p_createId,
     string p_createName,
     DateTime?p_createTime)
 {
     _id             = p_id;
     _customerId     = p_customerId;
     _customerName   = p_customerName;
     _number         = p_number;
     _fenGongSiId    = p_fenGongSiId;
     _fenGongSiName  = p_fenGongSiName;
     _totalMoney     = p_totalMoney;
     _discountAmount = p_discountAmount;
     _shouKuanAmount = p_shouKuanAmount;
     _shouKuanDate   = p_shouKuanDate;
     _payType        = p_payType;
     _invoiceType    = p_invoiceType;
     _remark         = p_remark;
     _createId       = p_createId;
     _createName     = p_createName;
     _createTime     = p_createTime;
 }
示例#19
0
 public SysUser(
     string p_userid,
     string p_loginName,
     string p_workNo,
     string p_password,
     string p_name,
     string p_email,
     string p_remark,
     byte?p_status,
     string p_lastLogIP,
     DateTime?p_lastLogDate,
     int?p_sortIndex,
     DateTime?p_lastModifiedDate,
     DateTime?p_createDate,
     System.Decimal?p_wage)
 {
     _userid           = p_userid;
     _loginName        = p_loginName;
     _workNo           = p_workNo;
     _password         = p_password;
     _name             = p_name;
     _email            = p_email;
     _remark           = p_remark;
     _status           = p_status;
     _lastLogIP        = p_lastLogIP;
     _lastLogDate      = p_lastLogDate;
     _sortIndex        = p_sortIndex;
     _lastModifiedDate = p_lastModifiedDate;
     _createDate       = p_createDate;
     _wage             = p_wage;
 }
示例#20
0
 public IndicatorScore(
     string p_id,
     string p_examineTaskId,
     string p_indicatorFirstId,
     string p_indicatorFirstName,
     int?p_firstMaxScore,
     int?p_firstSortIndex,
     string p_indicatorSecondId,
     string p_indicatorSecondName,
     int?p_secondMaxScore,
     int?p_secondSortIndex,
     string p_toolTip,
     System.Decimal?p_subScore,
     string p_createId,
     string p_createName,
     DateTime?p_createTime)
 {
     _id                  = p_id;
     _examineTaskId       = p_examineTaskId;
     _indicatorFirstId    = p_indicatorFirstId;
     _indicatorFirstName  = p_indicatorFirstName;
     _firstMaxScore       = p_firstMaxScore;
     _firstSortIndex      = p_firstSortIndex;
     _indicatorSecondId   = p_indicatorSecondId;
     _indicatorSecondName = p_indicatorSecondName;
     _secondMaxScore      = p_secondMaxScore;
     _secondSortIndex     = p_secondSortIndex;
     _toolTip             = p_toolTip;
     _subScore            = p_subScore;
     _createId            = p_createId;
     _createName          = p_createName;
     _createTime          = p_createTime;
 }
示例#21
0
 public TestProduct(
     string p_id,
     int p_productID,
     string p_productName,
     int?p_supplierID,
     int?p_categoryID,
     string p_quantityPerUnit,
     System.Decimal?p_unitPrice,
     short?p_unitsInStock,
     short?p_unitsOnOrder,
     short?p_reorderLevel,
     bool p_discontinued)
 {
     _id              = p_id;
     _productID       = p_productID;
     _productName     = p_productName;
     _supplierID      = p_supplierID;
     _categoryID      = p_categoryID;
     _quantityPerUnit = p_quantityPerUnit;
     _unitPrice       = p_unitPrice;
     _unitsInStock    = p_unitsInStock;
     _unitsOnOrder    = p_unitsOnOrder;
     _reorderLevel    = p_reorderLevel;
     _discontinued    = p_discontinued;
 }
示例#22
0
 public Feedback(
     string p_id,
     string p_examYearResultId,
     string p_examineStageId,
     string p_year,
     string p_userId,
     string p_userName,
     string p_beRoleCode,
     string p_beRoleName,
     string p_deptId,
     string p_deptName,
     string p_directLeaderIds,
     string p_directLeaderNames,
     string p_examineGrade,
     System.Decimal?p_integrationScore,
     System.Decimal?p_firstQuarterScore,
     System.Decimal?p_secondQuarterScore,
     System.Decimal?p_thirdQuarterScore,
     System.Decimal?p_yearScore,
     string p_advantage,
     string p_shortcoming,
     string p_planAndMethod,
     int?p_state,
     string p_result,
     DateTime?p_feedbackTime,
     DateTime?p_directLeaderSignDate,
     string p_createId,
     string p_createName,
     DateTime?p_createTime)
 {
     _id = p_id;
     _examYearResultId     = p_examYearResultId;
     _examineStageId       = p_examineStageId;
     _year                 = p_year;
     _userId               = p_userId;
     _userName             = p_userName;
     _beRoleCode           = p_beRoleCode;
     _beRoleName           = p_beRoleName;
     _deptId               = p_deptId;
     _deptName             = p_deptName;
     _directLeaderIds      = p_directLeaderIds;
     _directLeaderNames    = p_directLeaderNames;
     _examineGrade         = p_examineGrade;
     _integrationScore     = p_integrationScore;
     _firstQuarterScore    = p_firstQuarterScore;
     _secondQuarterScore   = p_secondQuarterScore;
     _thirdQuarterScore    = p_thirdQuarterScore;
     _yearScore            = p_yearScore;
     _advantage            = p_advantage;
     _shortcoming          = p_shortcoming;
     _planAndMethod        = p_planAndMethod;
     _state                = p_state;
     _result               = p_result;
     _feedbackTime         = p_feedbackTime;
     _directLeaderSignDate = p_directLeaderSignDate;
     _createId             = p_createId;
     _createName           = p_createName;
     _createTime           = p_createTime;
 }
 public RouteOrderDetailDto(RouteOrderDetail routeOrderDetail)
 {
     _RouteOrderDetailId = routeOrderDetail.ID;
     _FareTypeId = routeOrderDetail.FareTypeId;
     _RouteOrderID = routeOrderDetail.RouteOrderID;
     _Quantity = routeOrderDetail.Quantity;
     _Amount = routeOrderDetail.Amount;
 }
示例#24
0
 /// <summary>
 /// 返回百分值格式化字符串
 /// </summary>
 /// <param name="value"></param>
 /// <returns></returns>
 public static string GetPercentString(System.Decimal?value)
 {
     if (value == null)
     {
         return("");
     }
     return(value.Value.ToString("P", m_NumberFormatProvider));
 }
 public VehicleAdditionPriceSettingDto(VehicleAdditionPriceSetting vehicleAdditionPriceSetting)
 {
     _VAPSettingID = vehicleAdditionPriceSetting.ID;
     _OperatorId = vehicleAdditionPriceSetting.OperatorId;
     _VAPSettingType = vehicleAdditionPriceSetting.VAPSettingType;
     _VAPSettingName = vehicleAdditionPriceSetting.VAPSettingName;
     _AdditionPrice = vehicleAdditionPriceSetting.AdditionPrice;
 }
示例#26
0
        public override void SetProperty(string name, object value)
        {
            esColumnMetadata col = this.Meta.Columns.FindByPropertyName(name);

            if (col != null)
            {
                if (value == null || value is System.String)
                {
                    // Use the strongly typed property
                    switch (name)
                    {
                    case "StoreId": this.str().StoreId = (string)value; break;

                    case "CountryCode": this.str().CountryCode = (string)value; break;

                    case "Region": this.str().Region = (string)value; break;

                    case "TaxRate": this.str().TaxRate = (string)value; break;
                    }
                }
                else
                {
                    switch (name)
                    {
                    case "StoreId":

                        if (value == null || value is System.Int32)
                        {
                            this.StoreId = (System.Int32?)value;
                        }
                        OnPropertyChanged(TaxRegionMetadata.PropertyNames.StoreId);
                        break;

                    case "TaxRate":

                        if (value == null || value is System.Decimal)
                        {
                            this.TaxRate = (System.Decimal?)value;
                        }
                        OnPropertyChanged(TaxRegionMetadata.PropertyNames.TaxRate);
                        break;


                    default:
                        break;
                    }
                }
            }
            else if (this.ContainsColumn(name))
            {
                this.SetColumn(name, value);
            }
            else
            {
                throw new Exception("SetProperty Error: '" + name + "' not found");
            }
        }
示例#27
0
 public DeliveryOrder(
     string p_id,
     string p_pId,
     string p_number,
     string p_cId,
     string p_cName,
     DateTime?p_expectedTime,
     string p_child,
     string p_state,
     string p_remark,
     string p_createId,
     string p_createName,
     DateTime?p_createTime,
     System.Decimal?p_totalMoneyHis,
     System.Decimal?p_totalMoney,
     string p_correspondState,
     string p_correspondInvoice,
     string p_deliveryType,
     string p_salesman,
     string p_address,
     string p_deliveryMode,
     string p_tel,
     string p_salesmanId,
     string p_warehouseId,
     string p_warehouseName,
     string p_logisticState,
     string p_deliveryUser,
     string p_deliveryUserId)
 {
     _id                = p_id;
     _pId               = p_pId;
     _number            = p_number;
     _cId               = p_cId;
     _cName             = p_cName;
     _expectedTime      = p_expectedTime;
     _child             = p_child;
     _state             = p_state;
     _remark            = p_remark;
     _createId          = p_createId;
     _createName        = p_createName;
     _createTime        = p_createTime;
     _totalMoneyHis     = p_totalMoneyHis;
     _totalMoney        = p_totalMoney;
     _correspondState   = p_correspondState;
     _correspondInvoice = p_correspondInvoice;
     _deliveryType      = p_deliveryType;
     _salesman          = p_salesman;
     _address           = p_address;
     _deliveryMode      = p_deliveryMode;
     _tel               = p_tel;
     _salesmanId        = p_salesmanId;
     _warehouseId       = p_warehouseId;
     _warehouseName     = p_warehouseName;
     _logisticState     = p_logisticState;
     _deliveryUser      = p_deliveryUser;
     _deliveryUserId    = p_deliveryUserId;
 }
示例#28
0
        ///<summary>
        /// Creates a new <see cref="KitInfoBase"/> instance.
        ///</summary>
        ///<param name="_kitId"></param>
        ///<param name="_goodsId"></param>
        ///<param name="_qty"></param>
        public KitInfoBase(System.String _kitId, System.String _goodsId, System.Decimal?_qty)
        {
            this.entityData = new KitInfoEntityData();
            this.backupData = null;

            this.KitId   = _kitId;
            this.GoodsId = _goodsId;
            this.Qty     = _qty;
        }
 public WorkTimeFact(
     string p_id,
     DateTime?p_currentDate,
     string p_prjId,
     string p_prjCode,
     string p_prjName,
     string p_majorId,
     string p_majorName,
     string p_majorDeptId,
     string p_majorDeptName,
     string p_userId,
     string p_userName,
     string p_userDeptId,
     string p_userDeptName,
     System.Decimal?p_normalHour,
     System.Decimal?p_extralHour,
     System.Decimal?p_total,
     string p_isOutgo,
     string p_isManage,
     string p_workType,
     string p_taskId,
     string p_taskCode,
     string p_taskName,
     int?p_taskProgress,
     string p_createId,
     string p_createName,
     DateTime?p_createDate,
     string p_remark)
 {
     _id            = p_id;
     _currentDate   = p_currentDate;
     _prjId         = p_prjId;
     _prjCode       = p_prjCode;
     _prjName       = p_prjName;
     _majorId       = p_majorId;
     _majorName     = p_majorName;
     _majorDeptId   = p_majorDeptId;
     _majorDeptName = p_majorDeptName;
     _userId        = p_userId;
     _userName      = p_userName;
     _userDeptId    = p_userDeptId;
     _userDeptName  = p_userDeptName;
     _normalHour    = p_normalHour;
     _extralHour    = p_extralHour;
     _total         = p_total;
     _isOutgo       = p_isOutgo;
     _isManage      = p_isManage;
     _workType      = p_workType;
     _taskId        = p_taskId;
     _taskCode      = p_taskCode;
     _taskName      = p_taskName;
     _taskProgress  = p_taskProgress;
     _createId      = p_createId;
     _createName    = p_createName;
     _createDate    = p_createDate;
     _remark        = p_remark;
 }
示例#30
0
 public AuditoriaResultadoCargoInfo(System.Int32 AuditoriaResultadoCargoId,
     System.Int32 AuditoriaResultadoId,System.Int32 CargoId,
     System.Decimal? PuntajeCargo)
     : base()
 {
     _AuditoriaResultadoCargoId=AuditoriaResultadoCargoId;
     _AuditoriaResultadoId=AuditoriaResultadoId;
     _CargoId=CargoId;
     _PuntajeCargo=PuntajeCargo;
 }
 ///<summary>
 /// Creates a new <see cref="VSalesPersonSalesByFiscalYearsBase"/> instance.
 ///</summary>
 ///<param name="_salesPersonId"></param>
 ///<param name="_fullName"></param>
 ///<param name="_title"></param>
 ///<param name="_salesTerritory"></param>
 ///<param name="_safeName2002"></param>
 ///<param name="_safeName2003"></param>
 ///<param name="_safeName2004"></param>
 public VSalesPersonSalesByFiscalYearsBase(System.Int32?_salesPersonId, System.String _fullName, System.String _title, System.String _salesTerritory, System.Decimal?_safeName2002, System.Decimal?_safeName2003, System.Decimal?_safeName2004)
 {
     this._salesPersonId  = _salesPersonId;
     this._fullName       = _fullName;
     this._title          = _title;
     this._salesTerritory = _salesTerritory;
     this._safeName2002   = _safeName2002;
     this._safeName2003   = _safeName2003;
     this._safeName2004   = _safeName2004;
 }
示例#32
0
 public Vista_Reporte_Concentrado_Flotilla_Locaciones(
     System.String indicador,
     System.Int32?unidades,
     System.Decimal?porcentaje
     )
 {
     this.Locacion   = indicador;
     this.Unidades   = unidades;
     this.Porcentaje = porcentaje;
 }
示例#33
0
 public Vista_Reporte_Concentrado_Flotilla_Estatus(
     System.String estatus,
     System.Int32?unidades,
     System.Decimal?porcentaje
     )
 {
     this.Estatus    = estatus;
     this.Unidades   = unidades;
     this.Porcentaje = porcentaje;
 }
示例#34
0
 public FareItemDto(FareItem fareItem)
 {
     _FareItemId = fareItem.ID;
     _FareTypeId = fareItem.FareTypeId;
     _FareId = fareItem.FareId;
     _Amount = fareItem.Amount;
     _RangeStart = fareItem.RangeStart;
     _RangeEnd = fareItem.RangeEnd;
     _ByFootAmount = fareItem.ByFootAmount;
     _RoundTripDiscount = fareItem.RoundTripDiscount;
 }
示例#35
0
        ///<summary>
        /// Creates a new <see cref="TransValueBase"/> instance.
        ///</summary>
        ///<param name="_transNum"></param>
        ///<param name="_amount"></param>
        ///<param name="_frcustomer"></param>
        ///<param name="_forex"></param>
        public TransValueBase(System.String _transNum, System.Decimal?_amount, System.Decimal?_frcustomer,
                              System.String _forex)
        {
            this.entityData = new TransValueEntityData();
            this.backupData = null;

            this.TransNum   = _transNum;
            this.Amount     = _amount;
            this.Frcustomer = _frcustomer;
            this.Forex      = _forex;
        }
 ///<summary>
 /// Creates a new <see cref="AlphabeticalListOfProductsBase"/> instance.
 ///</summary>
 ///<param name="_productId"></param>
 ///<param name="_productName"></param>
 ///<param name="_supplierId"></param>
 ///<param name="_categoryId"></param>
 ///<param name="_quantityPerUnit"></param>
 ///<param name="_unitPrice"></param>
 ///<param name="_unitsInStock"></param>
 ///<param name="_unitsOnOrder"></param>
 ///<param name="_reorderLevel"></param>
 ///<param name="_discontinued"></param>
 ///<param name="_categoryName"></param>
 public AlphabeticalListOfProductsBase(System.Int32 _productId, System.String _productName, System.Int32? _supplierId, System.Int32? _categoryId, System.String _quantityPerUnit, System.Decimal? _unitPrice, System.Int16? _unitsInStock, System.Int16? _unitsOnOrder, System.Int16? _reorderLevel, System.Boolean _discontinued, System.String _categoryName)
 {
     this._productId = _productId;
     this._productName = _productName;
     this._supplierId = _supplierId;
     this._categoryId = _categoryId;
     this._quantityPerUnit = _quantityPerUnit;
     this._unitPrice = _unitPrice;
     this._unitsInStock = _unitsInStock;
     this._unitsOnOrder = _unitsOnOrder;
     this._reorderLevel = _reorderLevel;
     this._discontinued = _discontinued;
     this._categoryName = _categoryName;
 }
		///<summary>
		/// Creates a new <see cref="VProductModelInstructionsBase"/> instance.
		///</summary>
		///<param name="_productModelId"></param>
		///<param name="_name"></param>
		///<param name="_instructions"></param>
		///<param name="_locationId"></param>
		///<param name="_setupHours"></param>
		///<param name="_machineHours"></param>
		///<param name="_laborHours"></param>
		///<param name="_lotSize"></param>
		///<param name="_step"></param>
		///<param name="_rowguid"></param>
		///<param name="_modifiedDate"></param>
		public VProductModelInstructionsBase(System.Int32 _productModelId, System.String _name, System.String _instructions, System.Int32? _locationId, System.Decimal? _setupHours, System.Decimal? _machineHours, System.Decimal? _laborHours, System.Int32? _lotSize, System.String _step, System.Guid _rowguid, System.DateTime _modifiedDate)
		{
			this._productModelId = _productModelId;
			this._name = _name;
			this._instructions = _instructions;
			this._locationId = _locationId;
			this._setupHours = _setupHours;
			this._machineHours = _machineHours;
			this._laborHours = _laborHours;
			this._lotSize = _lotSize;
			this._step = _step;
			this._rowguid = _rowguid;
			this._modifiedDate = _modifiedDate;
		}
		///<summary>
		/// Creates a new <see cref="VSalesPersonSalesByFiscalYearsBase"/> instance.
		///</summary>
		///<param name="_salesPersonId"></param>
		///<param name="_fullName"></param>
		///<param name="_title"></param>
		///<param name="_salesTerritory"></param>
		///<param name="_safeName2002"></param>
		///<param name="_safeName2003"></param>
		///<param name="_safeName2004"></param>
		public VSalesPersonSalesByFiscalYearsBase(System.Int32? _salesPersonId, System.String _fullName, System.String _title, System.String _salesTerritory, System.Decimal? _safeName2002, System.Decimal? _safeName2003, System.Decimal? _safeName2004)
		{
			this._salesPersonId = _salesPersonId;
			this._fullName = _fullName;
			this._title = _title;
			this._salesTerritory = _salesTerritory;
			this._safeName2002 = _safeName2002;
			this._safeName2003 = _safeName2003;
			this._safeName2004 = _safeName2004;
		}
 ///<summary>
 /// Creates a new <see cref="OrderDetailsExtendedBase"/> instance.
 ///</summary>
 ///<param name="_orderId"></param>
 ///<param name="_productId"></param>
 ///<param name="_productName"></param>
 ///<param name="_unitPrice"></param>
 ///<param name="_quantity"></param>
 ///<param name="_discount"></param>
 ///<param name="_extendedPrice"></param>
 public OrderDetailsExtendedBase(System.Int32 _orderId, System.Int32 _productId, System.String _productName, System.Decimal _unitPrice, System.Int16 _quantity, System.Single _discount, System.Decimal? _extendedPrice)
 {
     this._orderId = _orderId;
     this._productId = _productId;
     this._productName = _productName;
     this._unitPrice = _unitPrice;
     this._quantity = _quantity;
     this._discount = _discount;
     this._extendedPrice = _extendedPrice;
 }
示例#40
0
 /// <summary>
 /// Populates the EntityObject from the specified surrogate.
 /// </summary>
 /// <param name="surrogate">The surrogate.</param>
 public void Populate(OrderItemSurrogate surrogate)
 {
     OrderID = surrogate.OrderID;
     ProductID = surrogate.ProductID;
     Quantity = surrogate.Quantity;
     UnitPrice = surrogate.UnitPrice;
 }
示例#41
0
 /// <summary>
 /// Sets the value associated with the propName parameter to the value specified.
 /// </summary>
 /// <param name="propName">String property name.</param>
 /// <param name="value">The value.</param>
 public override void SetProperty(string propName, object value)
 {
     if(propName == "OrderItemID")
     {
     OrderItemID = (System.Int32?)value;
     return;
     }
     if(propName == "OrderID")
     {
     OrderID = (System.Int32?)value;
     return;
     }
     if(propName == "ProductID")
     {
     ProductID = (System.Guid?)value;
     return;
     }
     if(propName == "Quantity")
     {
     Quantity = (System.Int32?)value;
     return;
     }
     if(propName == "UnitPrice")
     {
     UnitPrice = (System.Decimal?)value;
     return;
     }
     if(propName == "Order")
     {
     Order = (Order)value;
     return;
     }
     if(propName == "Product")
     {
     Product = (Product)value;
     return;
     }
     ExtendSetProperty(propName, value);
 }
 ///<summary>
 /// Creates a new <see cref="ProductsAboveAveragePriceBase"/> instance.
 ///</summary>
 ///<param name="_productName"></param>
 ///<param name="_unitPrice"></param>
 public ProductsAboveAveragePriceBase(System.String _productName, System.Decimal? _unitPrice)
 {
     this._productName = _productName;
     this._unitPrice = _unitPrice;
 }
 ///<summary>
 /// Creates a new <see cref="SalesTotalsByAmountBase"/> instance.
 ///</summary>
 ///<param name="_saleAmount"></param>
 ///<param name="_orderId"></param>
 ///<param name="_companyName"></param>
 ///<param name="_shippedDate"></param>
 public SalesTotalsByAmountBase(System.Decimal? _saleAmount, System.Int32 _orderId, System.String _companyName, System.DateTime? _shippedDate)
 {
     this._saleAmount = _saleAmount;
     this._orderId = _orderId;
     this._companyName = _companyName;
     this._shippedDate = _shippedDate;
 }
 ///<summary>
 /// Creates a new <see cref="ProductSalesFor1997Base"/> instance.
 ///</summary>
 ///<param name="_categoryName"></param>
 ///<param name="_productName"></param>
 ///<param name="_productSales"></param>
 public ProductSalesFor1997Base(System.String _categoryName, System.String _productName, System.Decimal? _productSales)
 {
     this._categoryName = _categoryName;
     this._productName = _productName;
     this._productSales = _productSales;
 }
		///<summary>
		/// Creates a new <see cref="VSalesPersonBase"/> instance.
		///</summary>
		///<param name="_salesPersonId"></param>
		///<param name="_title"></param>
		///<param name="_firstName"></param>
		///<param name="_middleName"></param>
		///<param name="_lastName"></param>
		///<param name="_suffix"></param>
		///<param name="_jobTitle"></param>
		///<param name="_phone"></param>
		///<param name="_emailAddress"></param>
		///<param name="_emailPromotion"></param>
		///<param name="_addressLine1"></param>
		///<param name="_addressLine2"></param>
		///<param name="_city"></param>
		///<param name="_stateProvinceName"></param>
		///<param name="_postalCode"></param>
		///<param name="_countryRegionName"></param>
		///<param name="_territoryName"></param>
		///<param name="_territoryGroup"></param>
		///<param name="_salesQuota"></param>
		///<param name="_salesYtd"></param>
		///<param name="_salesLastYear"></param>
		public VSalesPersonBase(System.Int32 _salesPersonId, System.String _title, System.String _firstName, System.String _middleName, System.String _lastName, System.String _suffix, System.String _jobTitle, System.String _phone, System.String _emailAddress, System.Int32 _emailPromotion, System.String _addressLine1, System.String _addressLine2, System.String _city, System.String _stateProvinceName, System.String _postalCode, System.String _countryRegionName, System.String _territoryName, System.String _territoryGroup, System.Decimal? _salesQuota, System.Decimal _salesYtd, System.Decimal _salesLastYear)
		{
			this._salesPersonId = _salesPersonId;
			this._title = _title;
			this._firstName = _firstName;
			this._middleName = _middleName;
			this._lastName = _lastName;
			this._suffix = _suffix;
			this._jobTitle = _jobTitle;
			this._phone = _phone;
			this._emailAddress = _emailAddress;
			this._emailPromotion = _emailPromotion;
			this._addressLine1 = _addressLine1;
			this._addressLine2 = _addressLine2;
			this._city = _city;
			this._stateProvinceName = _stateProvinceName;
			this._postalCode = _postalCode;
			this._countryRegionName = _countryRegionName;
			this._territoryName = _territoryName;
			this._territoryGroup = _territoryGroup;
			this._salesQuota = _salesQuota;
			this._salesYtd = _salesYtd;
			this._salesLastYear = _salesLastYear;
		}
 ///<summary>
 /// Creates a new <see cref="SalesByCategoryBase"/> instance.
 ///</summary>
 ///<param name="_categoryId"></param>
 ///<param name="_categoryName"></param>
 ///<param name="_productName"></param>
 ///<param name="_productSales"></param>
 public SalesByCategoryBase(System.Int32 _categoryId, System.String _categoryName, System.String _productName, System.Decimal? _productSales)
 {
     this._categoryId = _categoryId;
     this._categoryName = _categoryName;
     this._productName = _productName;
     this._productSales = _productSales;
 }
		///<summary>
		/// Creates a new <see cref="VStoreWithDemographicsBase"/> instance.
		///</summary>
		///<param name="_customerId"></param>
		///<param name="_name"></param>
		///<param name="_contactType"></param>
		///<param name="_title"></param>
		///<param name="_firstName"></param>
		///<param name="_middleName"></param>
		///<param name="_lastName"></param>
		///<param name="_suffix"></param>
		///<param name="_phone"></param>
		///<param name="_emailAddress"></param>
		///<param name="_emailPromotion"></param>
		///<param name="_addressType"></param>
		///<param name="_addressLine1"></param>
		///<param name="_addressLine2"></param>
		///<param name="_city"></param>
		///<param name="_stateProvinceName"></param>
		///<param name="_postalCode"></param>
		///<param name="_countryRegionName"></param>
		///<param name="_annualSales"></param>
		///<param name="_annualRevenue"></param>
		///<param name="_bankName"></param>
		///<param name="_businessType"></param>
		///<param name="_yearOpened"></param>
		///<param name="_specialty"></param>
		///<param name="_squareFeet"></param>
		///<param name="_brands"></param>
		///<param name="_internet"></param>
		///<param name="_numberEmployees"></param>
		public VStoreWithDemographicsBase(System.Int32 _customerId, System.String _name, System.String _contactType, System.String _title, System.String _firstName, System.String _middleName, System.String _lastName, System.String _suffix, System.String _phone, System.String _emailAddress, System.Int32 _emailPromotion, System.String _addressType, System.String _addressLine1, System.String _addressLine2, System.String _city, System.String _stateProvinceName, System.String _postalCode, System.String _countryRegionName, System.Decimal? _annualSales, System.Decimal? _annualRevenue, System.String _bankName, System.String _businessType, System.Int32? _yearOpened, System.String _specialty, System.Int32? _squareFeet, System.String _brands, System.String _internet, System.Int32? _numberEmployees)
		{
			this._customerId = _customerId;
			this._name = _name;
			this._contactType = _contactType;
			this._title = _title;
			this._firstName = _firstName;
			this._middleName = _middleName;
			this._lastName = _lastName;
			this._suffix = _suffix;
			this._phone = _phone;
			this._emailAddress = _emailAddress;
			this._emailPromotion = _emailPromotion;
			this._addressType = _addressType;
			this._addressLine1 = _addressLine1;
			this._addressLine2 = _addressLine2;
			this._city = _city;
			this._stateProvinceName = _stateProvinceName;
			this._postalCode = _postalCode;
			this._countryRegionName = _countryRegionName;
			this._annualSales = _annualSales;
			this._annualRevenue = _annualRevenue;
			this._bankName = _bankName;
			this._businessType = _businessType;
			this._yearOpened = _yearOpened;
			this._specialty = _specialty;
			this._squareFeet = _squareFeet;
			this._brands = _brands;
			this._internet = _internet;
			this._numberEmployees = _numberEmployees;
		}
 ///<summary>
 /// Creates a new <see cref="CategorySalesFor1997Base"/> instance.
 ///</summary>
 ///<param name="_categoryName"></param>
 ///<param name="_categorySales"></param>
 public CategorySalesFor1997Base(System.String _categoryName, System.Decimal? _categorySales)
 {
     this._categoryName = _categoryName;
     this._categorySales = _categorySales;
 }
 ///<summary>
 /// Creates a new <see cref="SummaryOfSalesByQuarterBase"/> instance.
 ///</summary>
 ///<param name="_shippedDate"></param>
 ///<param name="_orderId"></param>
 ///<param name="_subtotal"></param>
 public SummaryOfSalesByQuarterBase(System.DateTime? _shippedDate, System.Int32 _orderId, System.Decimal? _subtotal)
 {
     this._shippedDate = _shippedDate;
     this._orderId = _orderId;
     this._subtotal = _subtotal;
 }
		///<summary>
		/// Creates a new <see cref="VIndividualDemographicsBase"/> instance.
		///</summary>
		///<param name="_customerId"></param>
		///<param name="_totalPurchaseYtd"></param>
		///<param name="_dateFirstPurchase"></param>
		///<param name="_birthDate"></param>
		///<param name="_maritalStatus"></param>
		///<param name="_yearlyIncome"></param>
		///<param name="_gender"></param>
		///<param name="_totalChildren"></param>
		///<param name="_numberChildrenAtHome"></param>
		///<param name="_education"></param>
		///<param name="_occupation"></param>
		///<param name="_homeOwnerFlag"></param>
		///<param name="_numberCarsOwned"></param>
		public VIndividualDemographicsBase(System.Int32 _customerId, System.Decimal? _totalPurchaseYtd, System.DateTime? _dateFirstPurchase, System.DateTime? _birthDate, System.String _maritalStatus, System.String _yearlyIncome, System.String _gender, System.Int32? _totalChildren, System.Int32? _numberChildrenAtHome, System.String _education, System.String _occupation, System.Boolean? _homeOwnerFlag, System.Int32? _numberCarsOwned)
		{
			this._customerId = _customerId;
			this._totalPurchaseYtd = _totalPurchaseYtd;
			this._dateFirstPurchase = _dateFirstPurchase;
			this._birthDate = _birthDate;
			this._maritalStatus = _maritalStatus;
			this._yearlyIncome = _yearlyIncome;
			this._gender = _gender;
			this._totalChildren = _totalChildren;
			this._numberChildrenAtHome = _numberChildrenAtHome;
			this._education = _education;
			this._occupation = _occupation;
			this._homeOwnerFlag = _homeOwnerFlag;
			this._numberCarsOwned = _numberCarsOwned;
		}
示例#51
0
 ///<summary>
 /// Creates a new <see cref="InvoicesBase"/> instance.
 ///</summary>
 ///<param name="_shipName"></param>
 ///<param name="_shipAddress"></param>
 ///<param name="_shipCity"></param>
 ///<param name="_shipRegion"></param>
 ///<param name="_shipPostalCode"></param>
 ///<param name="_shipCountry"></param>
 ///<param name="_customerId"></param>
 ///<param name="_customerName"></param>
 ///<param name="_address"></param>
 ///<param name="_city"></param>
 ///<param name="_region"></param>
 ///<param name="_postalCode"></param>
 ///<param name="_country"></param>
 ///<param name="_salesperson"></param>
 ///<param name="_orderId"></param>
 ///<param name="_orderDate"></param>
 ///<param name="_requiredDate"></param>
 ///<param name="_shippedDate"></param>
 ///<param name="_shipperName"></param>
 ///<param name="_productId"></param>
 ///<param name="_productName"></param>
 ///<param name="_unitPrice"></param>
 ///<param name="_quantity"></param>
 ///<param name="_discount"></param>
 ///<param name="_extendedPrice"></param>
 ///<param name="_freight"></param>
 public InvoicesBase(System.String _shipName, System.String _shipAddress, System.String _shipCity, System.String _shipRegion, System.String _shipPostalCode, System.String _shipCountry, System.String _customerId, System.String _customerName, System.String _address, System.String _city, System.String _region, System.String _postalCode, System.String _country, System.String _salesperson, System.Int32 _orderId, System.DateTime? _orderDate, System.DateTime? _requiredDate, System.DateTime? _shippedDate, System.String _shipperName, System.Int32 _productId, System.String _productName, System.Decimal _unitPrice, System.Int16 _quantity, System.Single _discount, System.Decimal? _extendedPrice, System.Decimal? _freight)
 {
     this._shipName = _shipName;
     this._shipAddress = _shipAddress;
     this._shipCity = _shipCity;
     this._shipRegion = _shipRegion;
     this._shipPostalCode = _shipPostalCode;
     this._shipCountry = _shipCountry;
     this._customerId = _customerId;
     this._customerName = _customerName;
     this._address = _address;
     this._city = _city;
     this._region = _region;
     this._postalCode = _postalCode;
     this._country = _country;
     this._salesperson = _salesperson;
     this._orderId = _orderId;
     this._orderDate = _orderDate;
     this._requiredDate = _requiredDate;
     this._shippedDate = _shippedDate;
     this._shipperName = _shipperName;
     this._productId = _productId;
     this._productName = _productName;
     this._unitPrice = _unitPrice;
     this._quantity = _quantity;
     this._discount = _discount;
     this._extendedPrice = _extendedPrice;
     this._freight = _freight;
 }
 ///<summary>
 /// Creates a new <see cref="OrderSubtotalsBase"/> instance.
 ///</summary>
 ///<param name="_orderId"></param>
 ///<param name="_subtotal"></param>
 public OrderSubtotalsBase(System.Int32 _orderId, System.Decimal? _subtotal)
 {
     this._orderId = _orderId;
     this._subtotal = _subtotal;
 }
示例#53
0
 ///<summary>
 /// Creates a new <see cref="OrdersQryBase"/> instance.
 ///</summary>
 ///<param name="_orderId"></param>
 ///<param name="_customerId"></param>
 ///<param name="_employeeId"></param>
 ///<param name="_orderDate"></param>
 ///<param name="_requiredDate"></param>
 ///<param name="_shippedDate"></param>
 ///<param name="_shipVia"></param>
 ///<param name="_freight"></param>
 ///<param name="_shipName"></param>
 ///<param name="_shipAddress"></param>
 ///<param name="_shipCity"></param>
 ///<param name="_shipRegion"></param>
 ///<param name="_shipPostalCode"></param>
 ///<param name="_shipCountry"></param>
 ///<param name="_companyName"></param>
 ///<param name="_address"></param>
 ///<param name="_city"></param>
 ///<param name="_region"></param>
 ///<param name="_postalCode"></param>
 ///<param name="_country"></param>
 public OrdersQryBase(System.Int32 _orderId, System.String _customerId, System.Int32? _employeeId, System.DateTime? _orderDate, System.DateTime? _requiredDate, System.DateTime? _shippedDate, System.Int32? _shipVia, System.Decimal? _freight, System.String _shipName, System.String _shipAddress, System.String _shipCity, System.String _shipRegion, System.String _shipPostalCode, System.String _shipCountry, System.String _companyName, System.String _address, System.String _city, System.String _region, System.String _postalCode, System.String _country)
 {
     this._orderId = _orderId;
     this._customerId = _customerId;
     this._employeeId = _employeeId;
     this._orderDate = _orderDate;
     this._requiredDate = _requiredDate;
     this._shippedDate = _shippedDate;
     this._shipVia = _shipVia;
     this._freight = _freight;
     this._shipName = _shipName;
     this._shipAddress = _shipAddress;
     this._shipCity = _shipCity;
     this._shipRegion = _shipRegion;
     this._shipPostalCode = _shipPostalCode;
     this._shipCountry = _shipCountry;
     this._companyName = _companyName;
     this._address = _address;
     this._city = _city;
     this._region = _region;
     this._postalCode = _postalCode;
     this._country = _country;
 }