}                                                        //end InstalledProductTypeUdfAssociation()

        public InstalledProductTypeUdfAssociation(net.autotask.webservices.InstalledProductTypeUdfAssociation entity) : base(entity)
        {
            this.InstalledProductTypeId = long.Parse(entity.InstalledProductTypeId.ToString());
            this.Required  = bool.Parse(entity.Required.ToString());
            this.SortOrder = int.Parse(entity.SortOrder.ToString());
            this.UserDefinedFieldDefinitionId = long.Parse(entity.UserDefinedFieldDefinitionId.ToString());
        } //end InstalledProductTypeUdfAssociation(net.autotask.webservices.InstalledProductTypeUdfAssociation entity)
Example #2
0
        }                                                        //end InstalledProductTypeUdfAssociation()

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