コード例 #1
0
ファイル: PriceListRole.cs プロジェクト: Bosuu/AutotaskNET
        }                                   //end PriceListRole()

        public PriceListRole(net.autotask.webservices.PriceListRole entity) : base(entity)
        {
            this.CurrencyID = int.Parse(entity.CurrencyID.ToString());
            this.HourlyRate = decimal.Parse(entity.HourlyRate.ToString());
            this.RoleID     = int.Parse(entity.RoleID.ToString());
            this.UsesInternalCurrencyPrice = bool.Parse(entity.UsesInternalCurrencyPrice.ToString());
        } //end PriceListRole(net.autotask.webservices.PriceListRole entity)
コード例 #2
0
        }                                   //end PriceListRole()

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