Exemplo n.º 1
0
        }                                  //end ContractRate()

        public ContractRate(net.autotask.webservices.ContractRate entity) : base(entity)
        {
            this.ContractHourlyRate = double.Parse(entity.ContractHourlyRate.ToString());
            this.ContractID         = int.Parse(entity.ContractID.ToString());
            this.InternalCurrencyContractHourlyRate = double.Parse(entity.InternalCurrencyContractHourlyRate.ToString());
            this.RoleID = int.Parse(entity.RoleID.ToString());
        } //end ContractRate(net.autotask.webservices.ContractRate entity)
Exemplo n.º 2
0
        }                                  //end ContractRate()

        public ContractRate(net.autotask.webservices.ContractRate entity) : base(entity)
        {
        } //end ContractRate(net.autotask.webservices.ContractRate entity)