Beispiel #1
0
        }                                //end HolidaySet()

        public HolidaySet(net.autotask.webservices.HolidaySet entity) : base(entity)
        {
        } //end HolidaySet(net.autotask.webservices.HolidaySet entity)
Beispiel #2
0
        }                                //end HolidaySet()

        public HolidaySet(net.autotask.webservices.HolidaySet entity) : base(entity)
        {
            this.HolidaySetDescription = entity.HolidaySetDescription == null ? default(string) : entity.HolidaySetDescription.ToString();
            this.HolidaySetName        = entity.HolidaySetName == null ? default(string) : entity.HolidaySetName.ToString();
        } //end HolidaySet(net.autotask.webservices.HolidaySet entity)