Exemple #1
0
        public static ProductMasterConfigurationTranslation CreateProductMasterConfigurationTranslation(string productMasterNumber, string productMasterConfigurationId, string languageId, global::Microsoft.Dynamics.DataEntities.ProductMasterConfiguration productMasterConfiguration)
        {
            ProductMasterConfigurationTranslation productMasterConfigurationTranslation = new ProductMasterConfigurationTranslation();

            productMasterConfigurationTranslation.ProductMasterNumber          = productMasterNumber;
            productMasterConfigurationTranslation.ProductMasterConfigurationId = productMasterConfigurationId;
            productMasterConfigurationTranslation.LanguageId = languageId;
            if ((productMasterConfiguration == null))
            {
                throw new global::System.ArgumentNullException("productMasterConfiguration");
            }
            productMasterConfigurationTranslation.ProductMasterConfiguration = productMasterConfiguration;
            return(productMasterConfigurationTranslation);
        }
Exemple #2
0
 partial void OnProductMasterConfigurationChanging(global::Microsoft.Dynamics.DataEntities.ProductMasterConfiguration value);