Esempio n. 1
0
        }                                      //end ContractRoleCost()

        public ContractRoleCost(net.autotask.webservices.ContractRoleCost entity) : base(entity)
        {
            this.ContractID = int.Parse(entity.ContractID.ToString());
            this.Rate       = double.Parse(entity.Rate.ToString());
            this.ResourceID = int.Parse(entity.ResourceID.ToString());
            this.RoleID     = int.Parse(entity.RoleID.ToString());
        } //end ContractRoleCost(net.autotask.webservices.ContractRoleCost entity)
Esempio n. 2
0
        }                                      //end ContractRoleCost()

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