コード例 #1
0
        }                                  //end AccountAlert()

        public AccountAlert(net.autotask.webservices.AccountAlert entity) : base(entity)
        {
            this.AccountID   = int.Parse(entity.AccountID.ToString());
            this.AlertText   = entity.AlertText == null ? default(string) : entity.AlertText.ToString();
            this.AlertTypeID = int.Parse(entity.AlertTypeID.ToString());
        } //end AccountAlert(net.autotask.webservices.AccountAlert entity)
コード例 #2
0
ファイル: AccountAlert.cs プロジェクト: sk1tt1sh/AutotaskNET
        }                                  //end AccountAlert()

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